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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2202",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2203,
    "results": [
        {
            "start": 872591286,
            "stop": 872591409
        },
        {
            "start": 872591428,
            "stop": 872591983
        },
        {
            "start": 872592002,
            "stop": 872592029
        },
        {
            "start": 872592048,
            "stop": 872592057
        },
        {
            "start": 872592078,
            "stop": 872592233
        },
        {
            "start": 872592252,
            "stop": 872592551
        },
        {
            "start": 872592570,
            "stop": 872592990
        },
        {
            "start": 872593009,
            "stop": 872593096
        },
        {
            "start": 872593150,
            "stop": 872593161
        },
        {
            "start": 872593188,
            "stop": 872593214
        },
        {
            "start": 872593251,
            "stop": 872593373
        },
        {
            "start": 872593392,
            "stop": 872593428
        },
        {
            "start": 872593459,
            "stop": 872593531
        },
        {
            "start": 872593550,
            "stop": 872593558
        },
        {
            "start": 872593577,
            "stop": 872593579
        },
        {
            "start": 872593598,
            "stop": 872593697
        },
        {
            "start": 872593720,
            "stop": 872593771
        },
        {
            "start": 872593790,
            "stop": 872593905
        },
        {
            "start": 872593954,
            "stop": 872594030
        },
        {
            "start": 872594049,
            "stop": 872594542
        }
    ]
}