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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16744",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16745,
    "results": [
        {
            "start": 875069878,
            "stop": 875070019
        },
        {
            "start": 875070020,
            "stop": 875070098
        },
        {
            "start": 875070099,
            "stop": 875070132
        },
        {
            "start": 875070134,
            "stop": 875070152
        },
        {
            "start": 875070153,
            "stop": 875070168
        },
        {
            "start": 875070169,
            "stop": 875070414
        },
        {
            "start": 875070416,
            "stop": 875070473
        },
        {
            "start": 875070474,
            "stop": 875070486
        },
        {
            "start": 875070488,
            "stop": 875070496
        },
        {
            "start": 875070498,
            "stop": 875070701
        },
        {
            "start": 875070702,
            "stop": 875070778
        },
        {
            "start": 875070779,
            "stop": 875070903
        },
        {
            "start": 875070905,
            "stop": 875071095
        },
        {
            "start": 875071096,
            "stop": 875071147
        },
        {
            "start": 875071148,
            "stop": 875071152
        },
        {
            "start": 875071154,
            "stop": 875071334
        },
        {
            "start": 875071335,
            "stop": 875071406
        },
        {
            "start": 875071409,
            "stop": 875071450
        },
        {
            "start": 875071452,
            "stop": 875071695
        },
        {
            "start": 875071696,
            "stop": 875071843
        }
    ]
}