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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=154",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 155,
    "results": [
        {
            "start": 931499564,
            "stop": 931499699
        },
        {
            "start": 931499701,
            "stop": 931500148
        },
        {
            "start": 931532577,
            "stop": 931532703
        },
        {
            "start": 931532704,
            "stop": 931532727
        },
        {
            "start": 931532728,
            "stop": 931532738
        },
        {
            "start": 931532740,
            "stop": 931532898
        },
        {
            "start": 931532900,
            "stop": 931532967
        },
        {
            "start": 931532969,
            "stop": 931533053
        },
        {
            "start": 931533055,
            "stop": 931533079
        },
        {
            "start": 931533080,
            "stop": 931533110
        },
        {
            "start": 931533112,
            "stop": 931533121
        },
        {
            "start": 931533124,
            "stop": 931533155
        },
        {
            "start": 931533157,
            "stop": 931533171
        },
        {
            "start": 931533173,
            "stop": 931533174
        },
        {
            "start": 931533176,
            "stop": 931533183
        },
        {
            "start": 931533185,
            "stop": 931533191
        },
        {
            "start": 931533193,
            "stop": 931533196
        },
        {
            "start": 931533198,
            "stop": 931533200
        },
        {
            "start": 931533204,
            "stop": 931533220
        },
        {
            "start": 931533221,
            "stop": 931533239
        }
    ]
}