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_CW_CAT1/segments?format=api&page=297
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=298", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=296", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 297, "results": [ { "start": 857405550, "stop": 857406473 }, { "start": 857407408, "stop": 857409416 }, { "start": 857411146, "stop": 857427583 }, { "start": 857428725, "stop": 857460609 }, { "start": 857461945, "stop": 857473681 }, { "start": 857473951, "stop": 857477426 }, { "start": 857479603, "stop": 857482860 }, { "start": 857483979, "stop": 857484431 }, { "start": 857486033, "stop": 857488224 }, { "start": 857488379, "stop": 857490091 }, { "start": 857490234, "stop": 857498068 }, { "start": 857500290, "stop": 857509546 }, { "start": 857509702, "stop": 857511683 }, { "start": 857515044, "stop": 857523804 }, { "start": 857525764, "stop": 857537121 }, { "start": 857537271, "stop": 857550394 }, { "start": 857551775, "stop": 857568517 }, { "start": 857569658, "stop": 857580713 }, { "start": 857581843, "stop": 857583311 }, { "start": 857586262, "stop": 857599149 } ] }