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=335
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=336", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=334", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 335, "results": [ { "start": 834142426, "stop": 834142546 }, { "start": 834143282, "stop": 834143342 }, { "start": 834143531, "stop": 834143591 }, { "start": 834144013, "stop": 834144133 }, { "start": 834144378, "stop": 834144558 }, { "start": 834144820, "stop": 834144940 }, { "start": 834147672, "stop": 834147792 }, { "start": 834148598, "stop": 834148778 }, { "start": 834149227, "stop": 834149287 }, { "start": 834152309, "stop": 834152429 }, { "start": 834152575, "stop": 834152755 }, { "start": 834153407, "stop": 834153527 }, { "start": 834192839, "stop": 834192899 }, { "start": 834194460, "stop": 834194520 }, { "start": 834195175, "stop": 834195235 }, { "start": 834195453, "stop": 834195633 }, { "start": 834197450, "stop": 834197690 }, { "start": 834198503, "stop": 834198623 }, { "start": 834199202, "stop": 834199442 }, { "start": 834200811, "stop": 834200871 } ] }