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/H1_CW_CAT1/segments?format=api&page=187
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=188", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=186", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 187, "results": [ { "start": 837226688, "stop": 837226698 }, { "start": 837226702, "stop": 837226789 }, { "start": 837226793, "stop": 837227056 }, { "start": 837227059, "stop": 837227213 }, { "start": 837227217, "stop": 837227334 }, { "start": 837227338, "stop": 837227737 }, { "start": 837227745, "stop": 837227871 }, { "start": 837227875, "stop": 837228231 }, { "start": 837228235, "stop": 837231259 }, { "start": 837231262, "stop": 837232490 }, { "start": 837232494, "stop": 837235115 }, { "start": 837235119, "stop": 837270385 }, { "start": 837299149, "stop": 837299503 }, { "start": 837301573, "stop": 837304144 }, { "start": 837307435, "stop": 837322013 }, { "start": 837323011, "stop": 837323304 }, { "start": 837323305, "stop": 837330188 }, { "start": 837331855, "stop": 837344593 }, { "start": 837346232, "stop": 837347045 }, { "start": 837348123, "stop": 837361243 } ] }