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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=142",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 143,
    "results": [
        {
            "start": 932768259,
            "stop": 932768266
        },
        {
            "start": 932768296,
            "stop": 932768333
        },
        {
            "start": 932768397,
            "stop": 932768447
        },
        {
            "start": 932768475,
            "stop": 932768513
        },
        {
            "start": 932768531,
            "stop": 932768565
        },
        {
            "start": 932768606,
            "stop": 932768618
        },
        {
            "start": 932768637,
            "stop": 932768853
        },
        {
            "start": 932768940,
            "stop": 932769091
        },
        {
            "start": 932769121,
            "stop": 932769298
        },
        {
            "start": 932769344,
            "stop": 932770019
        },
        {
            "start": 932770068,
            "stop": 932770548
        },
        {
            "start": 932770573,
            "stop": 932770712
        },
        {
            "start": 932770734,
            "stop": 932770754
        },
        {
            "start": 932770780,
            "stop": 932770814
        },
        {
            "start": 932770859,
            "stop": 932771301
        },
        {
            "start": 932771355,
            "stop": 932771845
        },
        {
            "start": 932771862,
            "stop": 932772190
        },
        {
            "start": 932772216,
            "stop": 932772306
        },
        {
            "start": 932772326,
            "stop": 932772637
        },
        {
            "start": 932772642,
            "stop": 932773015
        }
    ]
}