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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=40",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 41,
    "results": [
        {
            "start": 1165843317,
            "stop": 1165843337
        },
        {
            "start": 1165843338,
            "stop": 1165843345
        },
        {
            "start": 1165843346,
            "stop": 1165843405
        },
        {
            "start": 1165843406,
            "stop": 1165843412
        },
        {
            "start": 1165843413,
            "stop": 1165843456
        },
        {
            "start": 1165843457,
            "stop": 1165843460
        },
        {
            "start": 1165843461,
            "stop": 1165843475
        },
        {
            "start": 1165843476,
            "stop": 1165843477
        },
        {
            "start": 1165843478,
            "stop": 1165843490
        },
        {
            "start": 1165843491,
            "stop": 1165843499
        },
        {
            "start": 1165843500,
            "stop": 1165843501
        },
        {
            "start": 1165843502,
            "stop": 1165843506
        },
        {
            "start": 1165843507,
            "stop": 1165843522
        },
        {
            "start": 1165843523,
            "stop": 1165843547
        },
        {
            "start": 1165843548,
            "stop": 1165843558
        },
        {
            "start": 1165843559,
            "stop": 1165843563
        },
        {
            "start": 1165843564,
            "stop": 1165843570
        },
        {
            "start": 1165843571,
            "stop": 1165843614
        },
        {
            "start": 1165843615,
            "stop": 1165843632
        },
        {
            "start": 1165843634,
            "stop": 1165843638
        }
    ]
}