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_CAT3/segments?format=api&page=8841
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8842", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8840", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8841, "results": [ { "start": 872891605, "stop": 872891639 }, { "start": 872891656, "stop": 872891672 }, { "start": 872891689, "stop": 872891704 }, { "start": 872891721, "stop": 872891772 }, { "start": 872891789, "stop": 872891831 }, { "start": 872891848, "stop": 872891927 }, { "start": 872891944, "stop": 872892048 }, { "start": 872892065, "stop": 872892081 }, { "start": 872892100, "stop": 872892115 }, { "start": 872892134, "stop": 872892814 }, { "start": 872892832, "stop": 872892986 }, { "start": 872893003, "stop": 872893044 }, { "start": 872893062, "stop": 872893298 }, { "start": 872893315, "stop": 872893360 }, { "start": 872893378, "stop": 872893462 }, { "start": 872893488, "stop": 872893575 }, { "start": 872893592, "stop": 872893710 }, { "start": 872893727, "stop": 872893766 }, { "start": 872893783, "stop": 872893849 }, { "start": 872893866, "stop": 872894271 } ] }