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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1219
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1220", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1218", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1219, "results": [ { "start": 956027526, "stop": 956057475 }, { "start": 956060793, "stop": 956063830 }, { "start": 956065660, "stop": 956068847 }, { "start": 956070077, "stop": 956077751 }, { "start": 956077757, "stop": 956084030 }, { "start": 956088341, "stop": 956093947 }, { "start": 956095157, "stop": 956096548 }, { "start": 956099298, "stop": 956106995 }, { "start": 956109662, "stop": 956113576 }, { "start": 956114049, "stop": 956119619 }, { "start": 956121589, "stop": 956126159 }, { "start": 956126165, "stop": 956131669 }, { "start": 956131675, "stop": 956133164 }, { "start": 956133853, "stop": 956133926 }, { "start": 956135981, "stop": 956140033 }, { "start": 956140034, "stop": 956140098 }, { "start": 956140100, "stop": 956143493 }, { "start": 956145411, "stop": 956150025 }, { "start": 956192053, "stop": 956195804 }, { "start": 956196030, "stop": 956222064 } ] }