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_CBCHIGH_CAT2/segments?format=api&page=72
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=73", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=71", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 72, "results": [ { "start": 817801835, "stop": 817802087 }, { "start": 817802092, "stop": 817802196 }, { "start": 817802200, "stop": 817802244 }, { "start": 817802249, "stop": 817802322 }, { "start": 817802325, "stop": 817802343 }, { "start": 817802348, "stop": 817802349 }, { "start": 817802352, "stop": 817802356 }, { "start": 817802359, "stop": 817803080 }, { "start": 817803085, "stop": 817803093 }, { "start": 817803096, "stop": 817803408 }, { "start": 817803411, "stop": 817803416 }, { "start": 817804811, "stop": 817807968 }, { "start": 817807971, "stop": 817808008 }, { "start": 817808011, "stop": 817808219 }, { "start": 817808222, "stop": 817808316 }, { "start": 817808319, "stop": 817808422 }, { "start": 817808425, "stop": 817808628 }, { "start": 817808633, "stop": 817808653 }, { "start": 817808656, "stop": 817808843 }, { "start": 817808846, "stop": 817810019 } ] }