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=4844
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=4845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4843",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4844,
    "results": [
        {
            "start": 874719028,
            "stop": 874719033
        },
        {
            "start": 874719053,
            "stop": 874719066
        },
        {
            "start": 874719112,
            "stop": 874719143
        },
        {
            "start": 874719186,
            "stop": 874719195
        },
        {
            "start": 874719228,
            "stop": 874719255
        },
        {
            "start": 874719277,
            "stop": 874719296
        },
        {
            "start": 874719315,
            "stop": 874719347
        },
        {
            "start": 874719467,
            "stop": 874719501
        },
        {
            "start": 874719526,
            "stop": 874719562
        },
        {
            "start": 874719587,
            "stop": 874719645
        },
        {
            "start": 874719664,
            "stop": 874719720
        },
        {
            "start": 874719780,
            "stop": 874719852
        },
        {
            "start": 874719876,
            "stop": 874720005
        },
        {
            "start": 874720029,
            "stop": 874720064
        },
        {
            "start": 874720245,
            "stop": 874720269
        },
        {
            "start": 874720304,
            "stop": 874720356
        },
        {
            "start": 874720386,
            "stop": 874720432
        },
        {
            "start": 874720451,
            "stop": 874720485
        },
        {
            "start": 874720504,
            "stop": 874720527
        },
        {
            "start": 874720546,
            "stop": 874720597
        }
    ]
}