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=87
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=88", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=86", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 87, "results": [ { "start": 817995308, "stop": 817995311 }, { "start": 817995314, "stop": 817995438 }, { "start": 817995450, "stop": 817995452 }, { "start": 817995460, "stop": 817995469 }, { "start": 818049731, "stop": 818049800 }, { "start": 818049803, "stop": 818049820 }, { "start": 818049823, "stop": 818049904 }, { "start": 818049907, "stop": 818049918 }, { "start": 818049921, "stop": 818049951 }, { "start": 818049957, "stop": 818049958 }, { "start": 818049961, "stop": 818050008 }, { "start": 818050011, "stop": 818050015 }, { "start": 818050018, "stop": 818050036 }, { "start": 818050043, "stop": 818050140 }, { "start": 818050143, "stop": 818050173 }, { "start": 818050176, "stop": 818050180 }, { "start": 818050183, "stop": 818050204 }, { "start": 818050207, "stop": 818050239 }, { "start": 818050242, "stop": 818050254 }, { "start": 818050257, "stop": 818050260 } ] }