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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=243",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 244,
    "results": [
        {
            "start": 827408842,
            "stop": 827408849
        },
        {
            "start": 827408856,
            "stop": 827408871
        },
        {
            "start": 827408873,
            "stop": 827408907
        },
        {
            "start": 827408910,
            "stop": 827408929
        },
        {
            "start": 827408932,
            "stop": 827408979
        },
        {
            "start": 827408982,
            "stop": 827408988
        },
        {
            "start": 827408990,
            "stop": 827409002
        },
        {
            "start": 827409007,
            "stop": 827409011
        },
        {
            "start": 827409013,
            "stop": 827409016
        },
        {
            "start": 827409018,
            "stop": 827409033
        },
        {
            "start": 827409036,
            "stop": 827409038
        },
        {
            "start": 827409041,
            "stop": 827409059
        },
        {
            "start": 827409062,
            "stop": 827409116
        },
        {
            "start": 827409119,
            "stop": 827409142
        },
        {
            "start": 827409148,
            "stop": 827409149
        },
        {
            "start": 827409152,
            "stop": 827409153
        },
        {
            "start": 827409156,
            "stop": 827409157
        },
        {
            "start": 827409160,
            "stop": 827409168
        },
        {
            "start": 827409170,
            "stop": 827409185
        },
        {
            "start": 827409945,
            "stop": 827410305
        }
    ]
}