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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=193",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 194,
    "results": [
        {
            "start": 820188979,
            "stop": 820189101
        },
        {
            "start": 820189104,
            "stop": 820189135
        },
        {
            "start": 820189138,
            "stop": 820189167
        },
        {
            "start": 820189170,
            "stop": 820189249
        },
        {
            "start": 820189252,
            "stop": 820189439
        },
        {
            "start": 820189442,
            "stop": 820189445
        },
        {
            "start": 820189449,
            "stop": 820189510
        },
        {
            "start": 820189513,
            "stop": 820189524
        },
        {
            "start": 820189527,
            "stop": 820189557
        },
        {
            "start": 820189561,
            "stop": 820189677
        },
        {
            "start": 820189680,
            "stop": 820189913
        },
        {
            "start": 820189916,
            "stop": 820189994
        },
        {
            "start": 820189998,
            "stop": 820190182
        },
        {
            "start": 820190186,
            "stop": 820190323
        },
        {
            "start": 820190326,
            "stop": 820190401
        },
        {
            "start": 820190404,
            "stop": 820190515
        },
        {
            "start": 820190518,
            "stop": 820190626
        },
        {
            "start": 820190629,
            "stop": 820190715
        },
        {
            "start": 820190718,
            "stop": 820190748
        },
        {
            "start": 820190751,
            "stop": 820190811
        }
    ]
}