Without knowing in advance which timestep is used for storing data, it is not clear to define the period length to repeat in the request. Data are received by date in reverse order, so it's possible to check the minimum date and to loop on request with an upper date equals to the minimum date minus one second and to repeat the operation until the return is empty.
See in the README, only last 8 minutes of data are available.
We got 100 telemetry for each of the 8 keys:
Without knowing in advance which timestep is used for storing data, it is not clear to define the period length to repeat in the request. Data are received by date in reverse order, so it's possible to check the minimum date and to loop on request with an upper date equals to the minimum date minus one second and to repeat the operation until the return is empty.