Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=63
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=62",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 63,
    "results": [
        {
            "start": 1131058980,
            "stop": 1131058983
        },
        {
            "start": 1131058984,
            "stop": 1131058985
        },
        {
            "start": 1131058986,
            "stop": 1131058991
        },
        {
            "start": 1131058992,
            "stop": 1131059003
        },
        {
            "start": 1131059004,
            "stop": 1131059018
        },
        {
            "start": 1131059019,
            "stop": 1131059049
        },
        {
            "start": 1131059050,
            "stop": 1131059052
        },
        {
            "start": 1131059054,
            "stop": 1131059055
        },
        {
            "start": 1131059056,
            "stop": 1131059057
        },
        {
            "start": 1131059058,
            "stop": 1131059071
        },
        {
            "start": 1131059073,
            "stop": 1131059077
        },
        {
            "start": 1131059079,
            "stop": 1131059083
        },
        {
            "start": 1131059084,
            "stop": 1131059085
        },
        {
            "start": 1131059087,
            "stop": 1131059112
        },
        {
            "start": 1131059113,
            "stop": 1131059115
        },
        {
            "start": 1131059116,
            "stop": 1131059117
        },
        {
            "start": 1131059118,
            "stop": 1131059127
        },
        {
            "start": 1131059128,
            "stop": 1131059140
        },
        {
            "start": 1131059141,
            "stop": 1131059143
        },
        {
            "start": 1131059144,
            "stop": 1131059160
        }
    ]
}