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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 5,
    "results": [
        {
            "start": 816272171,
            "stop": 816272200
        },
        {
            "start": 816272203,
            "stop": 816272212
        },
        {
            "start": 816272215,
            "stop": 816272222
        },
        {
            "start": 816272225,
            "stop": 816272226
        },
        {
            "start": 816272229,
            "stop": 816272234
        },
        {
            "start": 816272236,
            "stop": 816272243
        },
        {
            "start": 816272246,
            "stop": 816272267
        },
        {
            "start": 816272270,
            "stop": 816272407
        },
        {
            "start": 816272410,
            "stop": 816272459
        },
        {
            "start": 816272461,
            "stop": 816273229
        },
        {
            "start": 816273234,
            "stop": 816274211
        },
        {
            "start": 816274214,
            "stop": 816274674
        },
        {
            "start": 816274676,
            "stop": 816275740
        },
        {
            "start": 816275742,
            "stop": 816275776
        },
        {
            "start": 816275779,
            "stop": 816276887
        },
        {
            "start": 816287178,
            "stop": 816288583
        },
        {
            "start": 816289750,
            "stop": 816290921
        },
        {
            "start": 816303755,
            "stop": 816305473
        },
        {
            "start": 816306983,
            "stop": 816308906
        },
        {
            "start": 816310655,
            "stop": 816311508
        }
    ]
}