One of the params we send in the get_events call is time : {start_time: .. , end_time: ..}
If current time is 6 pm and we specify end_time to be 6 pm , will all the events that happened before 6pm be there in the response / the caller has to account for eventually populated events and keep a buffer and make calls only with end_time = current_time - buffer?