All parameters are optional. Without parameters the url will return the timestamp of the latest frame.
To search for a frame between two dates, use:
- start=<milliseconds> in UTC since the epoch
- end=<milliseconds>
This will return the timestamp of the frame between
start and
end that is closest to
start (inclusive). If
start is specified but not
end,
end will default to the epoch.