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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=39",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 40,
    "results": [
        {
            "start": 941093789,
            "stop": 941094000
        },
        {
            "start": 941095201,
            "stop": 941096658
        },
        {
            "start": 941097397,
            "stop": 941097532
        },
        {
            "start": 941098054,
            "stop": 941098497
        },
        {
            "start": 941099998,
            "stop": 941100452
        },
        {
            "start": 941101710,
            "stop": 941102294
        },
        {
            "start": 941103561,
            "stop": 941104094
        },
        {
            "start": 941106222,
            "stop": 941106266
        },
        {
            "start": 941107637,
            "stop": 941108507
        },
        {
            "start": 941113351,
            "stop": 941113543
        },
        {
            "start": 941120478,
            "stop": 941120555
        },
        {
            "start": 941124787,
            "stop": 941124826
        },
        {
            "start": 941124840,
            "stop": 941126110
        },
        {
            "start": 941126823,
            "stop": 941127049
        },
        {
            "start": 941128029,
            "stop": 941128095
        },
        {
            "start": 941129007,
            "stop": 941130563
        },
        {
            "start": 941131989,
            "stop": 941133063
        },
        {
            "start": 941137010,
            "stop": 941137652
        },
        {
            "start": 941140897,
            "stop": 941142132
        },
        {
            "start": 941143081,
            "stop": 941143476
        }
    ]
}