Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=19",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 20,
    "results": [
        {
            "start": 819326210,
            "stop": 819326954
        },
        {
            "start": 819326993,
            "stop": 819360613
        },
        {
            "start": 819360641,
            "stop": 819360642
        },
        {
            "start": 819361153,
            "stop": 819384013
        },
        {
            "start": 819386361,
            "stop": 819410161
        },
        {
            "start": 819414649,
            "stop": 819448566
        },
        {
            "start": 819449929,
            "stop": 819472248
        },
        {
            "start": 819473177,
            "stop": 819476623
        },
        {
            "start": 819476831,
            "stop": 819480853
        },
        {
            "start": 819480900,
            "stop": 819480903
        },
        {
            "start": 819485836,
            "stop": 819490179
        },
        {
            "start": 819490205,
            "stop": 819542266
        },
        {
            "start": 819547477,
            "stop": 819557233
        },
        {
            "start": 819581452,
            "stop": 819593158
        },
        {
            "start": 819593639,
            "stop": 819593747
        },
        {
            "start": 819593748,
            "stop": 819618892
        },
        {
            "start": 819619757,
            "stop": 819646933
        },
        {
            "start": 819650002,
            "stop": 819686413
        },
        {
            "start": 819686429,
            "stop": 819686432
        },
        {
            "start": 819686473,
            "stop": 819704009
        }
    ]
}