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_CW_CAT1/segments?format=api&page=193
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=194", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=192", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 193, "results": [ { "start": 841634603, "stop": 841636333 }, { "start": 841636364, "stop": 841636366 }, { "start": 841636523, "stop": 841644133 }, { "start": 841644380, "stop": 841644733 }, { "start": 841644746, "stop": 841644748 }, { "start": 841645433, "stop": 841645453 }, { "start": 841645499, "stop": 841645500 }, { "start": 841646133, "stop": 841646492 }, { "start": 841646914, "stop": 841646953 }, { "start": 841646987, "stop": 841646989 }, { "start": 841647752, "stop": 841647766 }, { "start": 841648044, "stop": 841648154 }, { "start": 841648353, "stop": 841648507 }, { "start": 841650144, "stop": 841650174 }, { "start": 841650354, "stop": 841650389 }, { "start": 841651387, "stop": 841652593 }, { "start": 841652617, "stop": 841652618 }, { "start": 841652758, "stop": 841652946 }, { "start": 841653268, "stop": 841653793 }, { "start": 841653807, "stop": 841653808 } ] }