API to Find Visitor details between timestamps

Hi,

I am trying to find the visitor on website between two timestamps. I can easily find between two dates using date query string but is there any way to do by including time in the date.

I tried this,
matomo_url?module=API&method=Live.getVisitorProfile&idSite=1&format=JSON&token_auth=xyz&date=2021-02-04&segment=visitLocalMinute<10;visitLocalMinute>5;visitLocalHour<13;visitLocalHour >12

but this is not working

Please help, it is urgent.

Thank You in advance