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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2340",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2341,
    "results": [
        {
            "start": 874518972,
            "stop": 874518981
        },
        {
            "start": 874518998,
            "stop": 874519120
        },
        {
            "start": 874519146,
            "stop": 874519299
        },
        {
            "start": 874519316,
            "stop": 874519412
        },
        {
            "start": 874519430,
            "stop": 874519449
        },
        {
            "start": 874519468,
            "stop": 874519497
        },
        {
            "start": 874519566,
            "stop": 874519682
        },
        {
            "start": 874519721,
            "stop": 874519750
        },
        {
            "start": 874519768,
            "stop": 874519920
        },
        {
            "start": 874519975,
            "stop": 874519982
        },
        {
            "start": 874521900,
            "stop": 874525055
        },
        {
            "start": 874525074,
            "stop": 874534060
        },
        {
            "start": 874534079,
            "stop": 874534641
        },
        {
            "start": 874534669,
            "stop": 874535383
        },
        {
            "start": 874535402,
            "stop": 874538731
        },
        {
            "start": 874538750,
            "stop": 874539518
        },
        {
            "start": 874539537,
            "stop": 874539778
        },
        {
            "start": 874539797,
            "stop": 874540062
        },
        {
            "start": 874540081,
            "stop": 874541099
        },
        {
            "start": 874541118,
            "stop": 874541220
        }
    ]
}