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/L1_STOCH_CAT2_H2L1/segments?format=api&page=669
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=670", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=668", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 669, "results": [ { "start": 853299891, "stop": 853300011 }, { "start": 853300162, "stop": 853303102 }, { "start": 853348889, "stop": 853349249 }, { "start": 853349672, "stop": 853349732 }, { "start": 853349867, "stop": 853350107 }, { "start": 853350362, "stop": 853351202 }, { "start": 853351351, "stop": 853351411 }, { "start": 853351742, "stop": 853353902 }, { "start": 853353992, "stop": 853357442 }, { "start": 853357635, "stop": 853358805 }, { "start": 853358865, "stop": 853359495 }, { "start": 853359870, "stop": 853365330 }, { "start": 853365540, "stop": 853367400 }, { "start": 853367430, "stop": 853381800 }, { "start": 853381830, "stop": 853385220 }, { "start": 853385370, "stop": 853387260 }, { "start": 853387409, "stop": 853389809 }, { "start": 853389970, "stop": 853390030 }, { "start": 853390185, "stop": 853390305 }, { "start": 853390491, "stop": 853390611 } ] }