Unable to retrieve records more than 200 when using API getlistsubscribers

Unable to retrieve records more than 200 when using API getlistsubscribers

I have around 600++ records for my certain mailing list. I'm only able to retrieve the first 200 records by using index=1 and range=200 when using method getlistsubscribers. How can I retrieve the remaining records? I've try by using index=201 and range=200 but I'm just getting the first 200 records as well.