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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=134",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 135,
    "results": [
        {
            "start": 818085277,
            "stop": 818091269
        },
        {
            "start": 818091389,
            "stop": 818092507
        },
        {
            "start": 818092627,
            "stop": 818093471
        },
        {
            "start": 818093871,
            "stop": 818094792
        },
        {
            "start": 818094912,
            "stop": 818095228
        },
        {
            "start": 818095348,
            "stop": 818095877
        },
        {
            "start": 818096391,
            "stop": 818096976
        },
        {
            "start": 818097433,
            "stop": 818102549
        },
        {
            "start": 818102669,
            "stop": 818102857
        },
        {
            "start": 818102874,
            "stop": 818102888
        },
        {
            "start": 818102891,
            "stop": 818106455
        },
        {
            "start": 818106696,
            "stop": 818106967
        },
        {
            "start": 818107087,
            "stop": 818107257
        },
        {
            "start": 818107377,
            "stop": 818107554
        },
        {
            "start": 818107674,
            "stop": 818107708
        },
        {
            "start": 818107725,
            "stop": 818108579
        },
        {
            "start": 818108699,
            "stop": 818111301
        },
        {
            "start": 818111302,
            "stop": 818111426
        },
        {
            "start": 818111443,
            "stop": 818111467
        },
        {
            "start": 818111484,
            "stop": 818112467
        }
    ]
}