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=797
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=798", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=796", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 797, "results": [ { "start": 861193931, "stop": 861194471 }, { "start": 861195878, "stop": 861199418 }, { "start": 861199568, "stop": 861200048 }, { "start": 861200387, "stop": 861200567 }, { "start": 861200757, "stop": 861202077 }, { "start": 861202296, "stop": 861203196 }, { "start": 861203434, "stop": 861209824 }, { "start": 861209884, "stop": 861211534 }, { "start": 861213756, "stop": 861213936 }, { "start": 861214167, "stop": 861214227 }, { "start": 861214383, "stop": 861214443 }, { "start": 861226148, "stop": 861226298 }, { "start": 861226448, "stop": 861227348 }, { "start": 861227504, "stop": 861231494 }, { "start": 861231644, "stop": 861232784 }, { "start": 861232874, "stop": 861233024 }, { "start": 861235613, "stop": 861235973 }, { "start": 861236302, "stop": 861244342 }, { "start": 861244627, "stop": 861245647 }, { "start": 861245859, "stop": 861258399 } ] }