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=15675
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15676", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15674", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15675, "results": [ { "start": 971160029, "stop": 971160034 }, { "start": 971160036, "stop": 971160040 }, { "start": 971160042, "stop": 971160043 }, { "start": 971160046, "stop": 971160047 }, { "start": 971160048, "stop": 971160049 }, { "start": 971160051, "stop": 971160052 }, { "start": 971160063, "stop": 971160067 }, { "start": 971160069, "stop": 971160070 }, { "start": 971160072, "stop": 971160073 }, { "start": 971160074, "stop": 971160075 }, { "start": 971160078, "stop": 971160079 }, { "start": 971160083, "stop": 971160084 }, { "start": 971160087, "stop": 971160088 }, { "start": 971160089, "stop": 971160090 }, { "start": 971160094, "stop": 971160096 }, { "start": 971160097, "stop": 971160099 }, { "start": 971160101, "stop": 971160102 }, { "start": 971160103, "stop": 971160104 }, { "start": 971160105, "stop": 971160106 }, { "start": 971160114, "stop": 971160115 } ] }