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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=390",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 391,
    "results": [
        {
            "start": 1184100055,
            "stop": 1184101352
        },
        {
            "start": 1184101629,
            "stop": 1184103558
        },
        {
            "start": 1184103560,
            "stop": 1184107052
        },
        {
            "start": 1184151851,
            "stop": 1184175752
        },
        {
            "start": 1184175754,
            "stop": 1184181243
        },
        {
            "start": 1184181244,
            "stop": 1184181416
        },
        {
            "start": 1184181418,
            "stop": 1184181510
        },
        {
            "start": 1184181512,
            "stop": 1184181733
        },
        {
            "start": 1184181734,
            "stop": 1184189307
        },
        {
            "start": 1184189309,
            "stop": 1184192369
        },
        {
            "start": 1184192371,
            "stop": 1184201430
        },
        {
            "start": 1184201432,
            "stop": 1184202810
        },
        {
            "start": 1184204774,
            "stop": 1184211428
        },
        {
            "start": 1184211447,
            "stop": 1184211450
        },
        {
            "start": 1184211456,
            "stop": 1184211457
        },
        {
            "start": 1184211462,
            "stop": 1184211828
        },
        {
            "start": 1184211833,
            "stop": 1184211888
        },
        {
            "start": 1184211895,
            "stop": 1184212581
        },
        {
            "start": 1184212601,
            "stop": 1184212838
        },
        {
            "start": 1184212843,
            "stop": 1184212849
        }
    ]
}