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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=25",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 26,
    "results": [
        {
            "start": 821112604,
            "stop": 821112780
        },
        {
            "start": 821122937,
            "stop": 821123161
        },
        {
            "start": 821123841,
            "stop": 821127270
        },
        {
            "start": 821127617,
            "stop": 821127922
        },
        {
            "start": 821140082,
            "stop": 821143398
        },
        {
            "start": 821143580,
            "stop": 821148718
        },
        {
            "start": 821148851,
            "stop": 821150374
        },
        {
            "start": 821150900,
            "stop": 821156283
        },
        {
            "start": 821156816,
            "stop": 821160665
        },
        {
            "start": 821160857,
            "stop": 821161594
        },
        {
            "start": 821161760,
            "stop": 821163929
        },
        {
            "start": 821166777,
            "stop": 821167225
        },
        {
            "start": 821167411,
            "stop": 821168342
        },
        {
            "start": 821168488,
            "stop": 821173799
        },
        {
            "start": 821176748,
            "stop": 821178648
        },
        {
            "start": 821178744,
            "stop": 821181324
        },
        {
            "start": 821181419,
            "stop": 821184282
        },
        {
            "start": 821184438,
            "stop": 821184449
        },
        {
            "start": 821184577,
            "stop": 821184665
        },
        {
            "start": 821184981,
            "stop": 821185566
        }
    ]
}