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=61
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=62", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=60", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 61, "results": [ { "start": 817722580, "stop": 817722584 }, { "start": 817722592, "stop": 817722847 }, { "start": 817722853, "stop": 817722913 }, { "start": 817722916, "stop": 817723055 }, { "start": 817723058, "stop": 817723128 }, { "start": 817723131, "stop": 817723132 }, { "start": 817723135, "stop": 817723141 }, { "start": 817723144, "stop": 817723150 }, { "start": 817723154, "stop": 817723163 }, { "start": 817723167, "stop": 817723177 }, { "start": 817723187, "stop": 817723192 }, { "start": 817723195, "stop": 817723223 }, { "start": 817723229, "stop": 817723231 }, { "start": 817723234, "stop": 817723245 }, { "start": 817723258, "stop": 817723437 }, { "start": 817723441, "stop": 817723824 }, { "start": 817723827, "stop": 817723957 }, { "start": 817723960, "stop": 817723976 }, { "start": 817723979, "stop": 817724022 }, { "start": 817724027, "stop": 817724538 } ] }