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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=153",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 154,
    "results": [
        {
            "start": 1382075528,
            "stop": 1382089000
        },
        {
            "start": 1382089005,
            "stop": 1382089142
        },
        {
            "start": 1382092817,
            "stop": 1382094676
        },
        {
            "start": 1382094681,
            "stop": 1382095518
        },
        {
            "start": 1382095523,
            "stop": 1382102695
        },
        {
            "start": 1382102700,
            "stop": 1382103883
        },
        {
            "start": 1382103887,
            "stop": 1382107077
        },
        {
            "start": 1382107082,
            "stop": 1382107827
        },
        {
            "start": 1382107832,
            "stop": 1382111820
        },
        {
            "start": 1382111901,
            "stop": 1382111926
        },
        {
            "start": 1382111931,
            "stop": 1382112884
        },
        {
            "start": 1382112889,
            "stop": 1382113805
        },
        {
            "start": 1382113810,
            "stop": 1382114199
        },
        {
            "start": 1382114204,
            "stop": 1382115381
        },
        {
            "start": 1382115386,
            "stop": 1382117442
        },
        {
            "start": 1382117447,
            "stop": 1382118898
        },
        {
            "start": 1382118903,
            "stop": 1382119070
        },
        {
            "start": 1382119075,
            "stop": 1382119191
        },
        {
            "start": 1382119196,
            "stop": 1382119197
        },
        {
            "start": 1382119202,
            "stop": 1382119305
        }
    ]
}