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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=36",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 37,
    "results": [
        {
            "start": 1165842220,
            "stop": 1165842221
        },
        {
            "start": 1165842222,
            "stop": 1165842229
        },
        {
            "start": 1165842231,
            "stop": 1165842234
        },
        {
            "start": 1165842235,
            "stop": 1165842264
        },
        {
            "start": 1165842266,
            "stop": 1165842267
        },
        {
            "start": 1165842268,
            "stop": 1165842331
        },
        {
            "start": 1165842333,
            "stop": 1165842356
        },
        {
            "start": 1165842357,
            "stop": 1165842388
        },
        {
            "start": 1165842389,
            "stop": 1165842393
        },
        {
            "start": 1165842394,
            "stop": 1165842417
        },
        {
            "start": 1165842419,
            "stop": 1165842423
        },
        {
            "start": 1165842424,
            "stop": 1165842427
        },
        {
            "start": 1165842429,
            "stop": 1165842430
        },
        {
            "start": 1165842432,
            "stop": 1165842435
        },
        {
            "start": 1165842437,
            "stop": 1165842453
        },
        {
            "start": 1165842454,
            "stop": 1165842456
        },
        {
            "start": 1165842457,
            "stop": 1165842460
        },
        {
            "start": 1165842461,
            "stop": 1165842469
        },
        {
            "start": 1165842470,
            "stop": 1165842473
        },
        {
            "start": 1165842474,
            "stop": 1165842488
        }
    ]
}