API Filtering Events by date

in the UI I can filter events with ?end=2019-02-15T23%3A59%3A59&start=2019-02-15T00%3A00%3A00&utc=true

is there a way to that in the API? Im hitting https://sentry.io/api/0/projects/{company}/{project}/events/?end=2019-02-15T23%3A59%3A59&start=2019-02-15T00%3A00%3A00&utc=true

with no success