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_CAT4/segments?format=api&page=15794
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15795", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15793", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15794, "results": [ { "start": 971172575, "stop": 971172577 }, { "start": 971172578, "stop": 971172579 }, { "start": 971172581, "stop": 971172585 }, { "start": 971172586, "stop": 971172587 }, { "start": 971172592, "stop": 971172595 }, { "start": 971172596, "stop": 971172600 }, { "start": 971172604, "stop": 971172608 }, { "start": 971172609, "stop": 971172612 }, { "start": 971172616, "stop": 971172617 }, { "start": 971172621, "stop": 971172622 }, { "start": 971172623, "stop": 971172624 }, { "start": 971172627, "stop": 971172630 }, { "start": 971172632, "stop": 971172633 }, { "start": 971172634, "stop": 971172635 }, { "start": 971172638, "stop": 971172640 }, { "start": 971172642, "stop": 971172643 }, { "start": 971172644, "stop": 971172647 }, { "start": 971172649, "stop": 971172650 }, { "start": 971172658, "stop": 971172659 }, { "start": 971172661, "stop": 971172662 } ] }