Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=806
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=807", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=805", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 806, "results": [ { "start": 861705292, "stop": 861706252 }, { "start": 861706410, "stop": 861708570 }, { "start": 861708746, "stop": 861708806 }, { "start": 861709047, "stop": 861709707 }, { "start": 861710196, "stop": 861710436 }, { "start": 861710589, "stop": 861711609 }, { "start": 861711906, "stop": 861712206 }, { "start": 861712415, "stop": 861712595 }, { "start": 861713028, "stop": 861713148 }, { "start": 861714911, "stop": 861715151 }, { "start": 861715466, "stop": 861715946 }, { "start": 861716332, "stop": 861716392 }, { "start": 861716688, "stop": 861716988 }, { "start": 861717159, "stop": 861717219 }, { "start": 861719883, "stop": 861720003 }, { "start": 861720409, "stop": 861720469 }, { "start": 861724024, "stop": 861724504 }, { "start": 861726876, "stop": 861735246 }, { "start": 861735276, "stop": 861739656 }, { "start": 861742199, "stop": 861748799 } ] }