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/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5237
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5238",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5236",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5237,
    "results": [
        {
            "start": 1136378004,
            "stop": 1136378020
        },
        {
            "start": 1136378022,
            "stop": 1136378025
        },
        {
            "start": 1136378027,
            "stop": 1136378051
        },
        {
            "start": 1136378053,
            "stop": 1136378304
        },
        {
            "start": 1136378306,
            "stop": 1136378506
        },
        {
            "start": 1136378508,
            "stop": 1136378535
        },
        {
            "start": 1136378537,
            "stop": 1136378653
        },
        {
            "start": 1136378655,
            "stop": 1136378711
        },
        {
            "start": 1136378713,
            "stop": 1136378815
        },
        {
            "start": 1136378935,
            "stop": 1136378940
        },
        {
            "start": 1136379681,
            "stop": 1136379687
        },
        {
            "start": 1136379689,
            "stop": 1136379777
        },
        {
            "start": 1136379779,
            "stop": 1136379788
        },
        {
            "start": 1136379790,
            "stop": 1136379813
        },
        {
            "start": 1136379815,
            "stop": 1136379829
        },
        {
            "start": 1136379831,
            "stop": 1136379869
        },
        {
            "start": 1136379871,
            "stop": 1136379956
        },
        {
            "start": 1136379958,
            "stop": 1136380054
        },
        {
            "start": 1136380056,
            "stop": 1136380069
        },
        {
            "start": 1136380071,
            "stop": 1136380091
        }
    ]
}