Getting the same results with start parameter over 100 000

Hey, I have a trouble with getting pages with start parameter over 100 000.
I`m trying to do pagination to get all pages ID, but it returns the same result since this start value, so for start = 100 000 and start = 100 500 and so on I have the same list of pages as answer on my query.

For example:
*/wiki/rest/api/search?cql=type=page&limit=500&start=100000
and
*/wiki/rest/api/search?cql=type=page&limit=500&start=200000

And I know that overall number of pages is “totalSize”: 530448