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=428
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=429", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=427", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 428, "results": [ { "start": 839059620, "stop": 839059830 }, { "start": 839060098, "stop": 839060458 }, { "start": 839060488, "stop": 839060608 }, { "start": 839060758, "stop": 839061088 }, { "start": 839061178, "stop": 839062108 }, { "start": 839062228, "stop": 839065528 }, { "start": 839065678, "stop": 839073538 }, { "start": 839074415, "stop": 839075765 }, { "start": 839075915, "stop": 839078435 }, { "start": 839078702, "stop": 839078762 }, { "start": 839100731, "stop": 839101091 }, { "start": 839101334, "stop": 839101454 }, { "start": 839101609, "stop": 839102689 }, { "start": 839104116, "stop": 839104986 }, { "start": 839105076, "stop": 839106216 }, { "start": 839106534, "stop": 839106894 }, { "start": 839107047, "stop": 839107467 }, { "start": 839107965, "stop": 839108445 }, { "start": 839108592, "stop": 839108712 }, { "start": 839108868, "stop": 839110728 } ] }