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_CW_CAT1/segments?format=api&page=122
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=123", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=121", "results_count": 3094, "results_per_page": 20, "num_pages": 155, "page_number": 122, "results": [ { "start": 963149283, "stop": 963149828 }, { "start": 963155202, "stop": 963156518 }, { "start": 963157613, "stop": 963159374 }, { "start": 963160390, "stop": 963161133 }, { "start": 963163842, "stop": 963163870 }, { "start": 963163898, "stop": 963165020 }, { "start": 963168984, "stop": 963170263 }, { "start": 963175213, "stop": 963179508 }, { "start": 963180628, "stop": 963184769 }, { "start": 963189245, "stop": 963195653 }, { "start": 963206222, "stop": 963216323 }, { "start": 963219293, "stop": 963226257 }, { "start": 963228893, "stop": 963229555 }, { "start": 963232467, "stop": 963232526 }, { "start": 963233965, "stop": 963235385 }, { "start": 963236714, "stop": 963236884 }, { "start": 963238420, "stop": 963241259 }, { "start": 963243980, "stop": 963247582 }, { "start": 963248482, "stop": 963250313 }, { "start": 963255634, "stop": 963255828 } ] }