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=716
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=717", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=715", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 716, "results": [ { "start": 856614070, "stop": 856614430 }, { "start": 856617328, "stop": 856617388 }, { "start": 856617625, "stop": 856617745 }, { "start": 856617905, "stop": 856618565 }, { "start": 856618716, "stop": 856622676 }, { "start": 856622881, "stop": 856623601 }, { "start": 856623766, "stop": 856623886 }, { "start": 856624958, "stop": 856625318 }, { "start": 856625472, "stop": 856626672 }, { "start": 856626826, "stop": 856627126 }, { "start": 856656525, "stop": 856660785 }, { "start": 856661622, "stop": 856663362 }, { "start": 856663583, "stop": 856665023 }, { "start": 856665173, "stop": 856667363 }, { "start": 856667516, "stop": 856670576 }, { "start": 856670772, "stop": 856683672 }, { "start": 856683868, "stop": 856684588 }, { "start": 856686202, "stop": 856689442 }, { "start": 856689986, "stop": 856695626 }, { "start": 856697228, "stop": 856698548 } ] }