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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=69",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 70,
    "results": [
        {
            "start": 1175185188,
            "stop": 1175185228
        },
        {
            "start": 1175185238,
            "stop": 1175185320
        },
        {
            "start": 1175185322,
            "stop": 1175185598
        },
        {
            "start": 1175188916,
            "stop": 1175189816
        },
        {
            "start": 1175189817,
            "stop": 1175192679
        },
        {
            "start": 1175192681,
            "stop": 1175197010
        },
        {
            "start": 1175197011,
            "stop": 1175202483
        },
        {
            "start": 1175202484,
            "stop": 1175202781
        },
        {
            "start": 1175202782,
            "stop": 1175215996
        },
        {
            "start": 1175215998,
            "stop": 1175216219
        },
        {
            "start": 1175216220,
            "stop": 1175216223
        },
        {
            "start": 1175216229,
            "stop": 1175216283
        },
        {
            "start": 1175216287,
            "stop": 1175216288
        },
        {
            "start": 1175216294,
            "stop": 1175216358
        },
        {
            "start": 1175216364,
            "stop": 1175216450
        },
        {
            "start": 1175216453,
            "stop": 1175222689
        },
        {
            "start": 1175222696,
            "stop": 1175223781
        },
        {
            "start": 1175223783,
            "stop": 1175223784
        },
        {
            "start": 1175223787,
            "stop": 1175223803
        },
        {
            "start": 1175223805,
            "stop": 1175223823
        }
    ]
}