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=15806
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15807", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15805", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15806, "results": [ { "start": 971176437, "stop": 971176439 }, { "start": 971176445, "stop": 971176447 }, { "start": 971176453, "stop": 971176471 }, { "start": 971176473, "stop": 971176474 }, { "start": 971176476, "stop": 971176481 }, { "start": 971176483, "stop": 971176485 }, { "start": 971176486, "stop": 971176491 }, { "start": 971176495, "stop": 971176520 }, { "start": 971176521, "stop": 971176523 }, { "start": 971176526, "stop": 971176536 }, { "start": 971176538, "stop": 971176542 }, { "start": 971176543, "stop": 971176550 }, { "start": 971176554, "stop": 971176587 }, { "start": 971176588, "stop": 971176595 }, { "start": 971176599, "stop": 971176601 }, { "start": 971176603, "stop": 971176630 }, { "start": 971176631, "stop": 971176641 }, { "start": 971176643, "stop": 971176653 }, { "start": 971176654, "stop": 971176695 }, { "start": 971176696, "stop": 971176708 } ] }