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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=338",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 339,
    "results": [
        {
            "start": 818846502,
            "stop": 818846511
        },
        {
            "start": 818846559,
            "stop": 818846571
        },
        {
            "start": 818846599,
            "stop": 818846605
        },
        {
            "start": 818846626,
            "stop": 818846640
        },
        {
            "start": 818846723,
            "stop": 818846763
        },
        {
            "start": 818846842,
            "stop": 818846852
        },
        {
            "start": 818846860,
            "stop": 818846862
        },
        {
            "start": 818846866,
            "stop": 818846990
        },
        {
            "start": 818847010,
            "stop": 818847043
        },
        {
            "start": 818847089,
            "stop": 818847092
        },
        {
            "start": 818847126,
            "stop": 818847129
        },
        {
            "start": 818847240,
            "stop": 818847258
        },
        {
            "start": 818847293,
            "stop": 818847310
        },
        {
            "start": 818847332,
            "stop": 818847368
        },
        {
            "start": 818847540,
            "stop": 818847564
        },
        {
            "start": 818847640,
            "stop": 818847642
        },
        {
            "start": 818847663,
            "stop": 818847666
        },
        {
            "start": 818847796,
            "stop": 818847817
        },
        {
            "start": 818847847,
            "stop": 818847848
        },
        {
            "start": 818847876,
            "stop": 818847877
        }
    ]
}