Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=216
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=215",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 216,
    "results": [
        {
            "start": 931532775,
            "stop": 931532788
        },
        {
            "start": 931532789,
            "stop": 931532856
        },
        {
            "start": 931532857,
            "stop": 931532861
        },
        {
            "start": 931532862,
            "stop": 931532898
        },
        {
            "start": 931532900,
            "stop": 931532967
        },
        {
            "start": 931532969,
            "stop": 931533053
        },
        {
            "start": 931533055,
            "stop": 931533068
        },
        {
            "start": 931533069,
            "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": 931533227
        },
        {
            "start": 931533228,
            "stop": 931533239
        }
    ]
}