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=123
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=124", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=122", "results_count": 3094, "results_per_page": 20, "num_pages": 155, "page_number": 123, "results": [ { "start": 963257487, "stop": 963258441 }, { "start": 963261349, "stop": 963262230 }, { "start": 963263014, "stop": 963268624 }, { "start": 963268674, "stop": 963271539 }, { "start": 963276272, "stop": 963276540 }, { "start": 963276579, "stop": 963276583 }, { "start": 963276599, "stop": 963286380 }, { "start": 963287191, "stop": 963302161 }, { "start": 963305861, "stop": 963306131 }, { "start": 963307497, "stop": 963313023 }, { "start": 963315148, "stop": 963316038 }, { "start": 963324299, "stop": 963327056 }, { "start": 963341015, "stop": 963341392 }, { "start": 963343238, "stop": 963349073 }, { "start": 963353604, "stop": 963361764 }, { "start": 963363463, "stop": 963366144 }, { "start": 963366187, "stop": 963366189 }, { "start": 963366395, "stop": 963367645 }, { "start": 963367825, "stop": 963373709 }, { "start": 963376790, "stop": 963384653 } ] }