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=8099
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=8100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8098",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8099,
    "results": [
        {
            "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": 872594079
        },
        {
            "start": 872594097,
            "stop": 872594265
        },
        {
            "start": 872594282,
            "stop": 872594414
        },
        {
            "start": 872594431,
            "stop": 872594542
        },
        {
            "start": 872594616,
            "stop": 872595026
        },
        {
            "start": 872595116,
            "stop": 872595160
        },
        {
            "start": 872595179,
            "stop": 872595195
        },
        {
            "start": 872595233,
            "stop": 872595263
        },
        {
            "start": 872595282,
            "stop": 872595286
        },
        {
            "start": 872595309,
            "stop": 872595313
        }
    ]
}