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=152
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=153", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=151", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 152, "results": [ { "start": 823436662, "stop": 823438282 }, { "start": 823438782, "stop": 823439442 }, { "start": 823439783, "stop": 823440023 }, { "start": 823441939, "stop": 823442059 }, { "start": 823444194, "stop": 823444254 }, { "start": 823447890, "stop": 823447950 }, { "start": 823448126, "stop": 823448186 }, { "start": 823448628, "stop": 823449408 }, { "start": 823449666, "stop": 823449846 }, { "start": 823517760, "stop": 823518390 }, { "start": 823518719, "stop": 823518899 }, { "start": 823519042, "stop": 823519312 }, { "start": 823519462, "stop": 823522522 }, { "start": 823522675, "stop": 823523935 }, { "start": 823524085, "stop": 823524205 }, { "start": 823524430, "stop": 823524550 }, { "start": 823524704, "stop": 823525844 }, { "start": 823526073, "stop": 823526553 }, { "start": 823527563, "stop": 823527623 }, { "start": 823527852, "stop": 823528092 } ] }