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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=124",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 125,
    "results": [
        {
            "start": 931455103,
            "stop": 931455104
        },
        {
            "start": 931455111,
            "stop": 931455114
        },
        {
            "start": 931455115,
            "stop": 931455117
        },
        {
            "start": 931455120,
            "stop": 931455121
        },
        {
            "start": 931455123,
            "stop": 931455124
        },
        {
            "start": 931455127,
            "stop": 931455128
        },
        {
            "start": 931455135,
            "stop": 931455141
        },
        {
            "start": 931455143,
            "stop": 931455149
        },
        {
            "start": 931455150,
            "stop": 931455151
        },
        {
            "start": 931455153,
            "stop": 931455171
        },
        {
            "start": 931455173,
            "stop": 931455177
        },
        {
            "start": 931455181,
            "stop": 931455182
        },
        {
            "start": 931455184,
            "stop": 931455189
        },
        {
            "start": 931455190,
            "stop": 931455191
        },
        {
            "start": 931455194,
            "stop": 931455201
        },
        {
            "start": 931455204,
            "stop": 931455214
        },
        {
            "start": 931455216,
            "stop": 931455217
        },
        {
            "start": 931455218,
            "stop": 931455224
        },
        {
            "start": 931455226,
            "stop": 931455229
        },
        {
            "start": 931455231,
            "stop": 931455234
        }
    ]
}