For the Device, Trip and Event endpoints, a maximum of 100 results can be returned per page. For the Position
endpoint, a maximum of 500 results can be returned.
page query parameter which takes a zero-indexed integer which is the page number.
If you do not pass a page number, it will default to 0 (the first page).
PathStack provides next and previous links for paginated responses. If the next link is not null, that means there
is more data to fetch. You can then call the URL in the next link to get the next page.
