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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14645
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14646", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14644", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14645, "results": [ { "start": 971165641, "stop": 971165642 }, { "start": 971165644, "stop": 971165651 }, { "start": 971165652, "stop": 971165653 }, { "start": 971165655, "stop": 971165659 }, { "start": 971165663, "stop": 971165667 }, { "start": 971165669, "stop": 971165672 }, { "start": 971165676, "stop": 971165681 }, { "start": 971165684, "stop": 971165685 }, { "start": 971165686, "stop": 971165687 }, { "start": 971165691, "stop": 971165693 }, { "start": 971165696, "stop": 971165701 }, { "start": 971165706, "stop": 971165712 }, { "start": 971165716, "stop": 971165717 }, { "start": 971165726, "stop": 971165730 }, { "start": 971165732, "stop": 971165737 }, { "start": 971165740, "stop": 971165743 }, { "start": 971165744, "stop": 971165745 }, { "start": 971165749, "stop": 971165752 }, { "start": 971165753, "stop": 971165756 }, { "start": 971165757, "stop": 971165762 } ] }