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_CAT3/segments?format=api&page=14723
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14724", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14722", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14723, "results": [ { "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 }, { "start": 971176709, "stop": 971176710 }, { "start": 971176711, "stop": 971176731 }, { "start": 971176733, "stop": 971176743 }, { "start": 971176744, "stop": 971176746 }, { "start": 971176749, "stop": 971176750 } ] }