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_CAT4/segments?format=api&page=15985
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15986", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15984", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15985, "results": [ { "start": 971451385, "stop": 971451396 }, { "start": 971451397, "stop": 971451398 }, { "start": 971451399, "stop": 971451414 }, { "start": 971451415, "stop": 971451448 }, { "start": 971451450, "stop": 971451477 }, { "start": 971451480, "stop": 971451491 }, { "start": 971451492, "stop": 971451508 }, { "start": 971451509, "stop": 971451511 }, { "start": 971451513, "stop": 971451536 }, { "start": 971451538, "stop": 971451539 }, { "start": 971451540, "stop": 971451554 }, { "start": 971451557, "stop": 971451566 }, { "start": 971451568, "stop": 971451569 }, { "start": 971451571, "stop": 971451574 }, { "start": 971451581, "stop": 971451582 }, { "start": 971451583, "stop": 971451587 }, { "start": 971451589, "stop": 971451592 }, { "start": 971451595, "stop": 971451597 }, { "start": 971451599, "stop": 971451603 }, { "start": 971451605, "stop": 971451606 } ] }