I am requesting search results for a location from Planetscope via native search API https://services.sentinel-hub.com/api/v1/dataimport/nativesearch
I am getting the expected response having fields "_links"
and "features"
whereas inside "_links"
there are fields link _first
, _next
and _self
pointing to domain https://api.planet.com/data/v1/searches/
For a longer DateRangeFilter
there are a large number of results that don’t come up in a single request.
How to use pagination via sentinelhub. Since it looks like the planetscope is providing the next
search page link but how to do that with sentinelhub API?
Is decreasing the datetime range the only way ahead?