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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3712",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3710",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3711,
    "results": [
        {
            "start": 970997598,
            "stop": 970997683
        },
        {
            "start": 970997686,
            "stop": 970997737
        },
        {
            "start": 970997740,
            "stop": 970997833
        },
        {
            "start": 970997836,
            "stop": 970997871
        },
        {
            "start": 970997874,
            "stop": 970997910
        },
        {
            "start": 970997913,
            "stop": 970997933
        },
        {
            "start": 970997937,
            "stop": 970998020
        },
        {
            "start": 970998023,
            "stop": 970998035
        },
        {
            "start": 970998038,
            "stop": 970998113
        },
        {
            "start": 970998116,
            "stop": 970998181
        },
        {
            "start": 970998184,
            "stop": 970998236
        },
        {
            "start": 970998239,
            "stop": 970998270
        },
        {
            "start": 970998273,
            "stop": 970998282
        },
        {
            "start": 970998285,
            "stop": 970998304
        },
        {
            "start": 970998307,
            "stop": 970998358
        },
        {
            "start": 970998361,
            "stop": 970998378
        },
        {
            "start": 970998381,
            "stop": 970998442
        },
        {
            "start": 970998445,
            "stop": 970998482
        },
        {
            "start": 970998485,
            "stop": 970998510
        },
        {
            "start": 970998513,
            "stop": 970998638
        }
    ]
}