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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2035",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2036,
    "results": [
        {
            "start": 859751610,
            "stop": 859751626
        },
        {
            "start": 859752011,
            "stop": 859754807
        },
        {
            "start": 859754813,
            "stop": 859754832
        },
        {
            "start": 859754838,
            "stop": 859755151
        },
        {
            "start": 859755154,
            "stop": 859758240
        },
        {
            "start": 859760767,
            "stop": 859761192
        },
        {
            "start": 859765346,
            "stop": 859766586
        },
        {
            "start": 859769448,
            "stop": 859775972
        },
        {
            "start": 859775978,
            "stop": 859781019
        },
        {
            "start": 859782247,
            "stop": 859782848
        },
        {
            "start": 859784102,
            "stop": 859787094
        },
        {
            "start": 859787204,
            "stop": 859787769
        },
        {
            "start": 859788967,
            "stop": 859791479
        },
        {
            "start": 859791779,
            "stop": 859791890
        },
        {
            "start": 859792000,
            "stop": 859795066
        },
        {
            "start": 859795476,
            "stop": 859810595
        },
        {
            "start": 859810600,
            "stop": 859821863
        },
        {
            "start": 859821866,
            "stop": 859824471
        },
        {
            "start": 859824474,
            "stop": 859826268
        },
        {
            "start": 859826271,
            "stop": 859828436
        }
    ]
}