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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=237",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 238,
    "results": [
        {
            "start": 934183553,
            "stop": 934184860
        },
        {
            "start": 934184862,
            "stop": 934185354
        },
        {
            "start": 934185358,
            "stop": 934185615
        },
        {
            "start": 934185855,
            "stop": 934187426
        },
        {
            "start": 934187429,
            "stop": 934189215
        },
        {
            "start": 934189455,
            "stop": 934191983
        },
        {
            "start": 934194572,
            "stop": 934195092
        },
        {
            "start": 934195095,
            "stop": 934195242
        },
        {
            "start": 934195244,
            "stop": 934196415
        },
        {
            "start": 934196655,
            "stop": 934197700
        },
        {
            "start": 934197702,
            "stop": 934199684
        },
        {
            "start": 934199726,
            "stop": 934200015
        },
        {
            "start": 934200389,
            "stop": 934200449
        },
        {
            "start": 934200809,
            "stop": 934200929
        },
        {
            "start": 934201409,
            "stop": 934201510
        },
        {
            "start": 934201515,
            "stop": 934203135
        },
        {
            "start": 934203137,
            "stop": 934203222
        },
        {
            "start": 934203225,
            "stop": 934203615
        },
        {
            "start": 934203855,
            "stop": 934203917
        },
        {
            "start": 934203922,
            "stop": 934205925
        }
    ]
}