That endpoint is paginated.
However, the implementation is not consistent with T605.
We should now use 'Link' headers in the response as in T605 (more information on https://developer.github.com/v3/#pagination).
Since the api, when browsed through the browser, is now able to display those header information (T633), nothing prevents us from adapting the results now.
Cf. T637