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=737
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=738", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=736", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 737, "results": [ { "start": 858006194, "stop": 858007454 }, { "start": 858007692, "stop": 858007872 }, { "start": 858009366, "stop": 858012366 }, { "start": 858012516, "stop": 858017166 }, { "start": 858036251, "stop": 858036671 }, { "start": 858038006, "stop": 858041786 }, { "start": 858045166, "stop": 858054406 }, { "start": 858054700, "stop": 858066460 }, { "start": 858068242, "stop": 858070402 }, { "start": 858070561, "stop": 858079381 }, { "start": 858079575, "stop": 858080925 }, { "start": 858080955, "stop": 858082725 }, { "start": 858082755, "stop": 858084405 }, { "start": 858084435, "stop": 858086085 }, { "start": 858086115, "stop": 858086265 }, { "start": 858086698, "stop": 858087868 }, { "start": 858087898, "stop": 858091168 }, { "start": 858091381, "stop": 858091711 }, { "start": 858091741, "stop": 858093121 }, { "start": 858093395, "stop": 858094535 } ] }