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_CAT4/segments?format=api&page=8195
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8196", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8194", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8195, "results": [ { "start": 873409920, "stop": 873409970 }, { "start": 873409987, "stop": 873410500 }, { "start": 873410520, "stop": 873411040 }, { "start": 873411059, "stop": 873411145 }, { "start": 873411167, "stop": 873411201 }, { "start": 873411220, "stop": 873411448 }, { "start": 873411467, "stop": 873411582 }, { "start": 873411601, "stop": 873411791 }, { "start": 873411811, "stop": 873411829 }, { "start": 873411862, "stop": 873411873 }, { "start": 873411944, "stop": 873412296 }, { "start": 873412315, "stop": 873412489 }, { "start": 873412525, "stop": 873413974 }, { "start": 873413993, "stop": 873414000 }, { "start": 873414019, "stop": 873414296 }, { "start": 873414378, "stop": 873414380 }, { "start": 873414513, "stop": 873414532 }, { "start": 873414551, "stop": 873414941 }, { "start": 873414960, "stop": 873415589 }, { "start": 873415608, "stop": 873415670 } ] }