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/H1_STOCH_CAT1/segments?format=api&page=1416
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1417", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1415", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 1416, "results": [ { "start": 849208834, "stop": 849208909 }, { "start": 849208976, "stop": 849209051 }, { "start": 849209191, "stop": 849213013 }, { "start": 849214043, "stop": 849214753 }, { "start": 849216664, "stop": 849227806 }, { "start": 849227844, "stop": 849248215 }, { "start": 849249880, "stop": 849300013 }, { "start": 849306121, "stop": 849309509 }, { "start": 849309512, "stop": 849309741 }, { "start": 849309744, "stop": 849369717 }, { "start": 849402005, "stop": 849402771 }, { "start": 849402776, "stop": 849414197 }, { "start": 849414573, "stop": 849427453 }, { "start": 849429441, "stop": 849443401 }, { "start": 849445538, "stop": 849460118 }, { "start": 849460242, "stop": 849463510 }, { "start": 849463638, "stop": 849464148 }, { "start": 849464210, "stop": 849465598 }, { "start": 849465637, "stop": 849470593 }, { "start": 849471557, "stop": 849471607 } ] }