How to list a repository's commits made in a specific time interval?

Use the ?since=<date>&until=<date> query, e.g:

github.com/tensorflow/models/commits/master?since=2017-07-20&until=2017-07-27
stackoverflow.com/a/51355023