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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=279",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 280,
    "results": [
        {
            "start": 821689073,
            "stop": 821689087
        },
        {
            "start": 821689094,
            "stop": 821689096
        },
        {
            "start": 821689104,
            "stop": 821689120
        },
        {
            "start": 821689123,
            "stop": 821689124
        },
        {
            "start": 821689129,
            "stop": 821689133
        },
        {
            "start": 821689136,
            "stop": 821689142
        },
        {
            "start": 821689145,
            "stop": 821689159
        },
        {
            "start": 821689162,
            "stop": 821689180
        },
        {
            "start": 821689183,
            "stop": 821689187
        },
        {
            "start": 821689190,
            "stop": 821689202
        },
        {
            "start": 821689205,
            "stop": 821689209
        },
        {
            "start": 821689212,
            "stop": 821689216
        },
        {
            "start": 821689219,
            "stop": 821689259
        },
        {
            "start": 821689267,
            "stop": 821689270
        },
        {
            "start": 821689273,
            "stop": 821689276
        },
        {
            "start": 821689279,
            "stop": 821689281
        },
        {
            "start": 821689284,
            "stop": 821689287
        },
        {
            "start": 821689292,
            "stop": 821689302
        },
        {
            "start": 821689305,
            "stop": 821689308
        },
        {
            "start": 821689312,
            "stop": 821689313
        }
    ]
}