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=219
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=220", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=218", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 219, "results": [ { "start": 818214713, "stop": 818214716 }, { "start": 818214720, "stop": 818214724 }, { "start": 818214731, "stop": 818214732 }, { "start": 818214735, "stop": 818214738 }, { "start": 818214753, "stop": 818214756 }, { "start": 818214791, "stop": 818214793 }, { "start": 818214797, "stop": 818214801 }, { "start": 818214811, "stop": 818214812 }, { "start": 818214854, "stop": 818214856 }, { "start": 818214862, "stop": 818214865 }, { "start": 818214915, "stop": 818214917 }, { "start": 818214943, "stop": 818214945 }, { "start": 818214953, "stop": 818214956 }, { "start": 818214968, "stop": 818214969 }, { "start": 818214972, "stop": 818214974 }, { "start": 818214989, "stop": 818214992 }, { "start": 818214997, "stop": 818215000 }, { "start": 818215016, "stop": 818215018 }, { "start": 818215052, "stop": 818215055 }, { "start": 818215063, "stop": 818215066 } ] }