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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=136",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 137,
    "results": [
        {
            "start": 932753895,
            "stop": 932753994
        },
        {
            "start": 932754012,
            "stop": 932754331
        },
        {
            "start": 932754336,
            "stop": 932754443
        },
        {
            "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
        }
    ]
}