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_CAT2/segments?format=api&page=1294
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1295", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1293", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1294, "results": [ { "start": 960237334, "stop": 960244090 }, { "start": 960244096, "stop": 960245141 }, { "start": 960251946, "stop": 960253758 }, { "start": 960254205, "stop": 960254479 }, { "start": 960254481, "stop": 960254529 }, { "start": 960254531, "stop": 960254572 }, { "start": 960254574, "stop": 960254592 }, { "start": 960254594, "stop": 960254603 }, { "start": 960254605, "stop": 960254621 }, { "start": 960254623, "stop": 960254636 }, { "start": 960254647, "stop": 960254648 }, { "start": 960254651, "stop": 960254693 }, { "start": 960254695, "stop": 960254696 }, { "start": 960254698, "stop": 960254704 }, { "start": 960254706, "stop": 960254707 }, { "start": 960254709, "stop": 960254750 }, { "start": 960254753, "stop": 960254766 }, { "start": 960254768, "stop": 960254784 }, { "start": 960254786, "stop": 960254787 }, { "start": 960254789, "stop": 960254826 } ] }