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=739
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=740", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=738", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 739, "results": [ { "start": 858134666, "stop": 858135656 }, { "start": 858135806, "stop": 858150506 }, { "start": 858151971, "stop": 858162921 }, { "start": 858162951, "stop": 858163011 }, { "start": 858163041, "stop": 858163101 }, { "start": 858163131, "stop": 858164451 }, { "start": 858164481, "stop": 858164931 }, { "start": 858165973, "stop": 858166273 }, { "start": 858166303, "stop": 858172693 }, { "start": 858173874, "stop": 858175464 }, { "start": 858175614, "stop": 858179874 }, { "start": 858179994, "stop": 858180864 }, { "start": 858180894, "stop": 858182814 }, { "start": 858182962, "stop": 858183502 }, { "start": 858183648, "stop": 858184908 }, { "start": 858186523, "stop": 858192673 }, { "start": 858192963, "stop": 858193323 }, { "start": 858193588, "stop": 858194578 }, { "start": 858194809, "stop": 858200629 }, { "start": 858200837, "stop": 858207077 } ] }