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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=114",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 115,
    "results": [
        {
            "start": 817571949,
            "stop": 817572011
        },
        {
            "start": 817572014,
            "stop": 817572204
        },
        {
            "start": 817572212,
            "stop": 817572243
        },
        {
            "start": 817572252,
            "stop": 817572267
        },
        {
            "start": 817572272,
            "stop": 817573092
        },
        {
            "start": 817573095,
            "stop": 817573826
        },
        {
            "start": 817573829,
            "stop": 817574642
        },
        {
            "start": 817574645,
            "stop": 817574850
        },
        {
            "start": 817574851,
            "stop": 817576743
        },
        {
            "start": 817576746,
            "stop": 817576872
        },
        {
            "start": 817576875,
            "stop": 817577595
        },
        {
            "start": 817577598,
            "stop": 817577746
        },
        {
            "start": 817577749,
            "stop": 817579203
        },
        {
            "start": 817579206,
            "stop": 817579674
        },
        {
            "start": 817579677,
            "stop": 817580298
        },
        {
            "start": 817580302,
            "stop": 817580459
        },
        {
            "start": 817580462,
            "stop": 817581379
        },
        {
            "start": 817581382,
            "stop": 817581827
        },
        {
            "start": 817581830,
            "stop": 817582147
        },
        {
            "start": 817582151,
            "stop": 817582899
        }
    ]
}