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=259
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=260", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=258", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 259, "results": [ { "start": 817898995, "stop": 817899006 }, { "start": 817899052, "stop": 817899198 }, { "start": 817899201, "stop": 817899217 }, { "start": 817899220, "stop": 817899398 }, { "start": 817899418, "stop": 817899442 }, { "start": 817899445, "stop": 817899812 }, { "start": 817899832, "stop": 817899862 }, { "start": 817899883, "stop": 817900081 }, { "start": 817900106, "stop": 817900113 }, { "start": 817900167, "stop": 817900219 }, { "start": 817900248, "stop": 817900352 }, { "start": 817901092, "stop": 817901095 }, { "start": 817901115, "stop": 817901288 }, { "start": 817901291, "stop": 817901337 }, { "start": 817901356, "stop": 817901380 }, { "start": 817901399, "stop": 817901406 }, { "start": 817902729, "stop": 817902819 }, { "start": 817902865, "stop": 817902916 }, { "start": 817902936, "stop": 817902948 }, { "start": 817902967, "stop": 817903347 } ] }