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=1335
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1336", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1334", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1335, "results": [ { "start": 964631564, "stop": 964631602 }, { "start": 964634528, "stop": 964637264 }, { "start": 964637265, "stop": 964637533 }, { "start": 964637534, "stop": 964639269 }, { "start": 964640820, "stop": 964654966 }, { "start": 964655197, "stop": 964667591 }, { "start": 964668417, "stop": 964670449 }, { "start": 964670450, "stop": 964671063 }, { "start": 964671969, "stop": 964673539 }, { "start": 964673555, "stop": 964680791 }, { "start": 964681456, "stop": 964702860 }, { "start": 964702861, "stop": 964706505 }, { "start": 964706997, "stop": 964710277 }, { "start": 964710968, "stop": 964722544 }, { "start": 964722545, "stop": 964726642 }, { "start": 964728589, "stop": 964733797 }, { "start": 964733798, "stop": 964736580 }, { "start": 964736581, "stop": 964737706 }, { "start": 964737707, "stop": 964739069 }, { "start": 964739070, "stop": 964739287 } ] }