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=157
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=158", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=156", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 157, "results": [ { "start": 818077910, "stop": 818077912 }, { "start": 818077918, "stop": 818077919 }, { "start": 818077937, "stop": 818077943 }, { "start": 818077946, "stop": 818077947 }, { "start": 818077953, "stop": 818077954 }, { "start": 818077960, "stop": 818077961 }, { "start": 818077972, "stop": 818077975 }, { "start": 818077980, "stop": 818077981 }, { "start": 818077987, "stop": 818077989 }, { "start": 818077994, "stop": 818077996 }, { "start": 818078000, "stop": 818078002 }, { "start": 818078013, "stop": 818078014 }, { "start": 818078017, "stop": 818078018 }, { "start": 818078027, "stop": 818078029 }, { "start": 818078032, "stop": 818078034 }, { "start": 818078042, "stop": 818078048 }, { "start": 818078059, "stop": 818078062 }, { "start": 818078073, "stop": 818078074 }, { "start": 818078078, "stop": 818078081 }, { "start": 818078096, "stop": 818078099 } ] }