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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=63",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 64,
    "results": [
        {
            "start": 1165852230,
            "stop": 1165852231
        },
        {
            "start": 1165852232,
            "stop": 1165852235
        },
        {
            "start": 1165852236,
            "stop": 1165852249
        },
        {
            "start": 1165852250,
            "stop": 1165852274
        },
        {
            "start": 1165852275,
            "stop": 1165852289
        },
        {
            "start": 1165852291,
            "stop": 1165852332
        },
        {
            "start": 1165852334,
            "stop": 1165852416
        },
        {
            "start": 1165852417,
            "stop": 1165852423
        },
        {
            "start": 1165852424,
            "stop": 1165852456
        },
        {
            "start": 1165852457,
            "stop": 1165852483
        },
        {
            "start": 1165852484,
            "stop": 1165852497
        },
        {
            "start": 1165852498,
            "stop": 1165852541
        },
        {
            "start": 1165852542,
            "stop": 1165852548
        },
        {
            "start": 1165852549,
            "stop": 1165852557
        },
        {
            "start": 1165852558,
            "stop": 1165852588
        },
        {
            "start": 1165852589,
            "stop": 1165852593
        },
        {
            "start": 1165852594,
            "stop": 1165852595
        },
        {
            "start": 1165852596,
            "stop": 1165852619
        },
        {
            "start": 1165852620,
            "stop": 1165852696
        },
        {
            "start": 1165852697,
            "stop": 1165852715
        }
    ]
}