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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=91",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 92,
    "results": [
        {
            "start": 1175478647,
            "stop": 1175478649
        },
        {
            "start": 1175478650,
            "stop": 1175478924
        },
        {
            "start": 1175478925,
            "stop": 1175479387
        },
        {
            "start": 1175479388,
            "stop": 1175479392
        },
        {
            "start": 1175479394,
            "stop": 1175479396
        },
        {
            "start": 1175479397,
            "stop": 1175479398
        },
        {
            "start": 1175479404,
            "stop": 1175484429
        },
        {
            "start": 1175484430,
            "stop": 1175484868
        },
        {
            "start": 1175484872,
            "stop": 1175495694
        },
        {
            "start": 1175495696,
            "stop": 1175500098
        },
        {
            "start": 1175500101,
            "stop": 1175501119
        },
        {
            "start": 1175501121,
            "stop": 1175502702
        },
        {
            "start": 1175502709,
            "stop": 1175508326
        },
        {
            "start": 1175508327,
            "stop": 1175510653
        },
        {
            "start": 1175510656,
            "stop": 1175510657
        },
        {
            "start": 1175510658,
            "stop": 1175510690
        },
        {
            "start": 1175510691,
            "stop": 1175510693
        },
        {
            "start": 1175510697,
            "stop": 1175510813
        },
        {
            "start": 1175510821,
            "stop": 1175510885
        },
        {
            "start": 1175510889,
            "stop": 1175510903
        }
    ]
}