This endpoint requests an image around a timestamp formatted according to ISO 8601. It can be specified if the timestamp must match exactly, or if it can be
before or after. Alternatively, by giving pageToken, the next/previous image from the last image is returned. In this case, none of the other parameters
are used.
Be aware that the image type main
is rate-limited, and should not be used in quick succession. Additionally, it requires that a recording is available
at the given timestamp param. If no recording is available at the given timestamp param a 404 NOT FOUND will be returned.
In a single request, only one timestamp parameter can be specified.
It is important to note that after using the pageSize parameter, the "totalSize" in the response represents the total number of media,
not the number of media resulting from the query string.