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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=125",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 126,
    "results": [
        {
            "start": 1175898165,
            "stop": 1175900282
        },
        {
            "start": 1175900283,
            "stop": 1175901242
        },
        {
            "start": 1175902743,
            "stop": 1175902789
        },
        {
            "start": 1175909208,
            "stop": 1175910480
        },
        {
            "start": 1175910481,
            "stop": 1175911482
        },
        {
            "start": 1175911483,
            "stop": 1175912624
        },
        {
            "start": 1175912625,
            "stop": 1175913912
        },
        {
            "start": 1175913913,
            "stop": 1175914996
        },
        {
            "start": 1175914997,
            "stop": 1175916163
        },
        {
            "start": 1175916164,
            "stop": 1175917133
        },
        {
            "start": 1175917134,
            "stop": 1175918082
        },
        {
            "start": 1175918083,
            "stop": 1175918900
        },
        {
            "start": 1175918901,
            "stop": 1175919865
        },
        {
            "start": 1175919866,
            "stop": 1175920544
        },
        {
            "start": 1175920545,
            "stop": 1175921631
        },
        {
            "start": 1175921632,
            "stop": 1175922748
        },
        {
            "start": 1175922749,
            "stop": 1175923879
        },
        {
            "start": 1175923880,
            "stop": 1175924835
        },
        {
            "start": 1175924836,
            "stop": 1175925932
        },
        {
            "start": 1175925933,
            "stop": 1175926789
        }
    ]
}