The API returns a pagination->cursor
You then call the same URL you already are for apge one and add a after=cursorvalue to the URL.
https://api.twitch.tv/helix/subscriptions?broadcaster_id=ID&after=CUSROR
{
subshere
"pagination": {
"cursor": "SOMECUROR"
}
}