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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=354",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 355,
    "results": [
        {
            "start": 821321299,
            "stop": 821321447
        },
        {
            "start": 821321450,
            "stop": 821321468
        },
        {
            "start": 821321471,
            "stop": 821321653
        },
        {
            "start": 821321657,
            "stop": 821321703
        },
        {
            "start": 821321706,
            "stop": 821321785
        },
        {
            "start": 821321788,
            "stop": 821321846
        },
        {
            "start": 821321849,
            "stop": 821321929
        },
        {
            "start": 821321933,
            "stop": 821321962
        },
        {
            "start": 821321965,
            "stop": 821322002
        },
        {
            "start": 821322005,
            "stop": 821322158
        },
        {
            "start": 821322162,
            "stop": 821322177
        },
        {
            "start": 821322181,
            "stop": 821322235
        },
        {
            "start": 821322238,
            "stop": 821322545
        },
        {
            "start": 821322548,
            "stop": 821322651
        },
        {
            "start": 821322655,
            "stop": 821322741
        },
        {
            "start": 821322744,
            "stop": 821322825
        },
        {
            "start": 821322828,
            "stop": 821323028
        },
        {
            "start": 821323031,
            "stop": 821323252
        },
        {
            "start": 821323255,
            "stop": 821323298
        },
        {
            "start": 821323301,
            "stop": 821323361
        }
    ]
}