Pagination on graph API

Is there a way to do pagination for the graph.mapillary.com/map_features api request? I see the limit I can set (max of 2000), but how do I go about getting features if there’s over 2000?

I don’t know if there is a better way to achieve that but I would reduce the BBOX size until the number of map features returned is less than 2000.