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/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=28
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=29", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=27", "results_count": 1162, "results_per_page": 20, "num_pages": 59, "page_number": 28, "results": [ { "start": 1405252686, "stop": 1405253062 }, { "start": 1405253358, "stop": 1405253446 }, { "start": 1405254190, "stop": 1405254678 }, { "start": 1405254798, "stop": 1405254870 }, { "start": 1405255070, "stop": 1405255254 }, { "start": 1405255374, "stop": 1405255526 }, { "start": 1405255646, "stop": 1405255910 }, { "start": 1405256078, "stop": 1405256214 }, { "start": 1405257182, "stop": 1405257782 }, { "start": 1405257982, "stop": 1405258038 }, { "start": 1405258430, "stop": 1405262694 }, { "start": 1405262814, "stop": 1405263046 }, { "start": 1405263262, "stop": 1405268166 }, { "start": 1405271202, "stop": 1405276411 }, { "start": 1405279947, "stop": 1405304815 }, { "start": 1405304967, "stop": 1405305071 }, { "start": 1405305287, "stop": 1405305327 }, { "start": 1405305879, "stop": 1405305903 }, { "start": 1405307907, "stop": 1405307915 }, { "start": 1405308495, "stop": 1405308519 } ] }