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=357
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=358", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=356", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 357, "results": [ { "start": 835132391, "stop": 835132931 }, { "start": 835133263, "stop": 835133563 }, { "start": 835133852, "stop": 835134272 }, { "start": 835134456, "stop": 835134876 }, { "start": 835135214, "stop": 835135334 }, { "start": 835135485, "stop": 835135545 }, { "start": 835135920, "stop": 835136460 }, { "start": 835136610, "stop": 835136670 }, { "start": 835136841, "stop": 835137021 }, { "start": 835137338, "stop": 835137578 }, { "start": 835138314, "stop": 835138434 }, { "start": 835138905, "stop": 835139445 }, { "start": 835139600, "stop": 835140380 }, { "start": 835140541, "stop": 835144741 }, { "start": 835148098, "stop": 835148218 }, { "start": 835148758, "stop": 835149418 }, { "start": 835149566, "stop": 835151426 }, { "start": 835151580, "stop": 835151940 }, { "start": 835152403, "stop": 835153543 }, { "start": 835153717, "stop": 835154497 } ] }