Continous measurements via REST API

Hello.

I am working with QA403 for capturing DUT output signal and using python for automated testing.
I successfully used /AcquisitionAsync, /AcquisitionBusy and GET endpoints for acquiring some audio measurements.

I was wondering if there is possibility to add REST endpoint, that will start (and another for stopping) continous acquisition, just like if someone clicked RUN in the QA40x GUI application and then stopped after arbitrary period. And result would be available in time window defined by size buffer, before being overwritten by new measurement.

That would allow to take multiple measurements in sequence without small time window where signal is not being measured (between acquisition stop and next start).