Not necessarily. The endpoint is paginated, listing results ordered by creation date, newest to oldest, with a maximum of 100 results per page. You can leverage the timeFilter query parameter to specify the desired time range, such as 'today'. Additionally, the limit parameter allows you to control the number of results returned per page, up to a maximum of 100.
If you are looking for results from exactly 00:00 to 01:00, you might need to implement additional filtering on your end after fetching the results, since the API does not provide filtering at that specific level of granularity.