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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=276",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 277,
    "results": [
        {
            "start": 821688131,
            "stop": 821688136
        },
        {
            "start": 821688139,
            "stop": 821688151
        },
        {
            "start": 821688154,
            "stop": 821688164
        },
        {
            "start": 821688167,
            "stop": 821688172
        },
        {
            "start": 821688175,
            "stop": 821688184
        },
        {
            "start": 821688187,
            "stop": 821688190
        },
        {
            "start": 821688193,
            "stop": 821688200
        },
        {
            "start": 821688203,
            "stop": 821688208
        },
        {
            "start": 821688211,
            "stop": 821688216
        },
        {
            "start": 821688222,
            "stop": 821688224
        },
        {
            "start": 821688227,
            "stop": 821688236
        },
        {
            "start": 821688240,
            "stop": 821688280
        },
        {
            "start": 821688283,
            "stop": 821688320
        },
        {
            "start": 821688323,
            "stop": 821688335
        },
        {
            "start": 821688338,
            "stop": 821688364
        },
        {
            "start": 821688367,
            "stop": 821688370
        },
        {
            "start": 821688375,
            "stop": 821688398
        },
        {
            "start": 821688401,
            "stop": 821688402
        },
        {
            "start": 821688405,
            "stop": 821688426
        },
        {
            "start": 821688429,
            "stop": 821688436
        }
    ]
}