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=442
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=443", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=441", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 442, "results": [ { "start": 840041219, "stop": 840041399 }, { "start": 840095750, "stop": 840109400 }, { "start": 840112159, "stop": 840112579 }, { "start": 840112669, "stop": 840119599 }, { "start": 840119981, "stop": 840122141 }, { "start": 840122528, "stop": 840123578 }, { "start": 840123728, "stop": 840123938 }, { "start": 840123968, "stop": 840126848 }, { "start": 840127063, "stop": 840127183 }, { "start": 840161998, "stop": 840162718 }, { "start": 840162881, "stop": 840169901 }, { "start": 840171978, "stop": 840176598 }, { "start": 840177707, "stop": 840180047 }, { "start": 840182485, "stop": 840183445 }, { "start": 840183658, "stop": 840184978 }, { "start": 840185147, "stop": 840194027 }, { "start": 840195116, "stop": 840196376 }, { "start": 840197271, "stop": 840197451 }, { "start": 840198193, "stop": 840198313 }, { "start": 840198530, "stop": 840200630 } ] }