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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=188",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 189,
    "results": [
        {
            "start": 820432686,
            "stop": 820432691
        },
        {
            "start": 820432694,
            "stop": 820432889
        },
        {
            "start": 820432893,
            "stop": 820432950
        },
        {
            "start": 820433010,
            "stop": 820433639
        },
        {
            "start": 820435906,
            "stop": 820436058
        },
        {
            "start": 820436061,
            "stop": 820436306
        },
        {
            "start": 820436309,
            "stop": 820436339
        },
        {
            "start": 820436342,
            "stop": 820436400
        },
        {
            "start": 820436460,
            "stop": 820436523
        },
        {
            "start": 820436540,
            "stop": 820436546
        },
        {
            "start": 820436550,
            "stop": 820436664
        },
        {
            "start": 820436667,
            "stop": 820437303
        },
        {
            "start": 820437320,
            "stop": 820437593
        },
        {
            "start": 820437597,
            "stop": 820438495
        },
        {
            "start": 820438498,
            "stop": 820438501
        },
        {
            "start": 820438614,
            "stop": 820438752
        },
        {
            "start": 820438756,
            "stop": 820438811
        },
        {
            "start": 820438814,
            "stop": 820439100
        },
        {
            "start": 820439117,
            "stop": 820439144
        },
        {
            "start": 820439147,
            "stop": 820439222
        }
    ]
}