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_H1L1/segments?format=api&page=207
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=208", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=206", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 207, "results": [ { "start": 826978476, "stop": 826978536 }, { "start": 826978698, "stop": 826978818 }, { "start": 826979124, "stop": 826979544 }, { "start": 826979710, "stop": 826980490 }, { "start": 826981075, "stop": 826981555 }, { "start": 826982966, "stop": 826983206 }, { "start": 826983357, "stop": 826983837 }, { "start": 826984086, "stop": 826984446 }, { "start": 826984598, "stop": 826985318 }, { "start": 826985460, "stop": 826985520 }, { "start": 827027528, "stop": 827027768 }, { "start": 827027987, "stop": 827028047 }, { "start": 827028740, "stop": 827029100 }, { "start": 827029270, "stop": 827029510 }, { "start": 827029646, "stop": 827029766 }, { "start": 827033518, "stop": 827033578 }, { "start": 827036187, "stop": 827036247 }, { "start": 827036763, "stop": 827036823 }, { "start": 827036976, "stop": 827037096 }, { "start": 827037524, "stop": 827037584 } ] }