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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=139",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 140,
    "results": [
        {
            "start": 932754448,
            "stop": 932754628
        },
        {
            "start": 932754633,
            "stop": 932754645
        },
        {
            "start": 932754677,
            "stop": 932754793
        },
        {
            "start": 932754812,
            "stop": 932755000
        },
        {
            "start": 932755019,
            "stop": 932755104
        },
        {
            "start": 932755123,
            "stop": 932755161
        },
        {
            "start": 932755205,
            "stop": 932755209
        },
        {
            "start": 932755228,
            "stop": 932755261
        },
        {
            "start": 932755280,
            "stop": 932756065
        },
        {
            "start": 932756084,
            "stop": 932756139
        },
        {
            "start": 932756158,
            "stop": 932756172
        },
        {
            "start": 932756191,
            "stop": 932756198
        },
        {
            "start": 932756217,
            "stop": 932756329
        },
        {
            "start": 932758329,
            "stop": 932758504
        },
        {
            "start": 932758528,
            "stop": 932758573
        },
        {
            "start": 932758595,
            "stop": 932758610
        },
        {
            "start": 932758629,
            "stop": 932759114
        },
        {
            "start": 932759119,
            "stop": 932759503
        },
        {
            "start": 932759508,
            "stop": 932759664
        },
        {
            "start": 932759717,
            "stop": 932759892
        }
    ]
}