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_STOCH_CAT1/segments?format=api&page=9823
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9824", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9822", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9823, "results": [ { "start": 874042191, "stop": 874042424 }, { "start": 874042430, "stop": 874042454 }, { "start": 874042457, "stop": 874042465 }, { "start": 874042469, "stop": 874042487 }, { "start": 874042491, "stop": 874042492 }, { "start": 874042495, "stop": 874042496 }, { "start": 874042500, "stop": 874042523 }, { "start": 874042529, "stop": 874042534 }, { "start": 874042537, "stop": 874042584 }, { "start": 874042587, "stop": 874042602 }, { "start": 874042608, "stop": 874042611 }, { "start": 874042614, "stop": 874042616 }, { "start": 874042619, "stop": 874042682 }, { "start": 874042688, "stop": 874042738 }, { "start": 874042741, "stop": 874042885 }, { "start": 874042888, "stop": 874042894 }, { "start": 874042897, "stop": 874042903 }, { "start": 874042906, "stop": 874042922 }, { "start": 874042925, "stop": 874042927 }, { "start": 874042930, "stop": 874042968 } ] }