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=5339
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=5340",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5338",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5339,
    "results": [
        {
            "start": 1136597806,
            "stop": 1136598305
        },
        {
            "start": 1136598307,
            "stop": 1136598437
        },
        {
            "start": 1136598439,
            "stop": 1136598865
        },
        {
            "start": 1136598867,
            "stop": 1136598896
        },
        {
            "start": 1136598898,
            "stop": 1136598945
        },
        {
            "start": 1136598947,
            "stop": 1136598965
        },
        {
            "start": 1136598967,
            "stop": 1136599177
        },
        {
            "start": 1136599179,
            "stop": 1136599424
        },
        {
            "start": 1136599426,
            "stop": 1136599490
        },
        {
            "start": 1136599492,
            "stop": 1136599588
        },
        {
            "start": 1136599590,
            "stop": 1136599628
        },
        {
            "start": 1136599630,
            "stop": 1136599790
        },
        {
            "start": 1136599792,
            "stop": 1136599969
        },
        {
            "start": 1136599971,
            "stop": 1136600004
        },
        {
            "start": 1136600006,
            "stop": 1136600180
        },
        {
            "start": 1136600182,
            "stop": 1136600425
        },
        {
            "start": 1136600427,
            "stop": 1136600759
        },
        {
            "start": 1136600761,
            "stop": 1136600793
        },
        {
            "start": 1136600795,
            "stop": 1136600841
        },
        {
            "start": 1136600843,
            "stop": 1136600955
        }
    ]
}