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_CAT3/segments?format=api&page=197
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=198", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=196", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 197, "results": [ { "start": 933047224, "stop": 933047229 }, { "start": 933047275, "stop": 933047283 }, { "start": 933047548, "stop": 933047554 }, { "start": 933047559, "stop": 933047562 }, { "start": 933047594, "stop": 933047684 }, { "start": 933047703, "stop": 933047705 }, { "start": 933047725, "stop": 933047832 }, { "start": 933047854, "stop": 933047862 }, { "start": 933047922, "stop": 933048065 }, { "start": 933048084, "stop": 933048213 }, { "start": 933048261, "stop": 933048281 }, { "start": 933048326, "stop": 933049424 }, { "start": 933049443, "stop": 933049498 }, { "start": 933049519, "stop": 933049593 }, { "start": 933049629, "stop": 933049703 }, { "start": 933049722, "stop": 933049724 }, { "start": 933049744, "stop": 933049793 }, { "start": 933049811, "stop": 933049820 }, { "start": 933049839, "stop": 933049857 }, { "start": 933049858, "stop": 933050122 } ] }