I have a list of integers representing a time series in milliseconds. Each value was obtained by calling int(time.time() * 1000) and appending to the list.
int(time.time() * 1000)
N