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=728
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=729", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=727", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 728, "results": [ { "start": 857435780, "stop": 857436080 }, { "start": 857437501, "stop": 857445481 }, { "start": 857447809, "stop": 857452879 }, { "start": 857452909, "stop": 857453059 }, { "start": 857453089, "stop": 857456329 }, { "start": 857456509, "stop": 857457769 }, { "start": 857457973, "stop": 857460493 }, { "start": 857462543, "stop": 857464643 }, { "start": 857464673, "stop": 857465063 }, { "start": 857465213, "stop": 857466503 }, { "start": 857466533, "stop": 857466983 }, { "start": 857467013, "stop": 857467973 }, { "start": 857468003, "stop": 857468153 }, { "start": 857468183, "stop": 857468813 }, { "start": 857468843, "stop": 857470973 }, { "start": 857471156, "stop": 857471486 }, { "start": 857471636, "stop": 857473616 }, { "start": 857474038, "stop": 857477338 }, { "start": 857480065, "stop": 857480155 }, { "start": 857480185, "stop": 857480845 } ] }