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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=267",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 268,
    "results": [
        {
            "start": 934185358,
            "stop": 934185615
        },
        {
            "start": 934185855,
            "stop": 934187426
        },
        {
            "start": 934187429,
            "stop": 934187974
        },
        {
            "start": 934187976,
            "stop": 934187985
        },
        {
            "start": 934187987,
            "stop": 934189215
        },
        {
            "start": 934189455,
            "stop": 934191983
        },
        {
            "start": 934194572,
            "stop": 934195092
        },
        {
            "start": 934195095,
            "stop": 934195242
        },
        {
            "start": 934195244,
            "stop": 934196415
        },
        {
            "start": 934196655,
            "stop": 934197623
        },
        {
            "start": 934197625,
            "stop": 934197652
        },
        {
            "start": 934197654,
            "stop": 934197700
        },
        {
            "start": 934197702,
            "stop": 934199684
        },
        {
            "start": 934199726,
            "stop": 934200015
        },
        {
            "start": 934200389,
            "stop": 934200449
        },
        {
            "start": 934200809,
            "stop": 934200929
        },
        {
            "start": 934201409,
            "stop": 934201509
        },
        {
            "start": 934201515,
            "stop": 934203135
        },
        {
            "start": 934203137,
            "stop": 934203222
        },
        {
            "start": 934203225,
            "stop": 934203615
        }
    ]
}