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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=65",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 66,
    "results": [
        {
            "start": 1165853349,
            "stop": 1165853353
        },
        {
            "start": 1165853354,
            "stop": 1165853355
        },
        {
            "start": 1165853356,
            "stop": 1165853377
        },
        {
            "start": 1165853378,
            "stop": 1165853383
        },
        {
            "start": 1165853384,
            "stop": 1165853389
        },
        {
            "start": 1165853390,
            "stop": 1165853391
        },
        {
            "start": 1165853392,
            "stop": 1165853395
        },
        {
            "start": 1165853396,
            "stop": 1165853399
        },
        {
            "start": 1165853400,
            "stop": 1165853408
        },
        {
            "start": 1165853410,
            "stop": 1165853412
        },
        {
            "start": 1165853413,
            "stop": 1165853416
        },
        {
            "start": 1165853418,
            "stop": 1165853429
        },
        {
            "start": 1165853431,
            "stop": 1165853448
        },
        {
            "start": 1165853449,
            "stop": 1165853454
        },
        {
            "start": 1165853455,
            "stop": 1165853463
        },
        {
            "start": 1165853464,
            "stop": 1165853466
        },
        {
            "start": 1165853467,
            "stop": 1165853478
        },
        {
            "start": 1165853480,
            "stop": 1165853498
        },
        {
            "start": 1165853499,
            "stop": 1165853505
        },
        {
            "start": 1165853507,
            "stop": 1165853511
        }
    ]
}