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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=15",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 16,
    "results": [
        {
            "start": 817276762,
            "stop": 817278124
        },
        {
            "start": 817278127,
            "stop": 817291153
        },
        {
            "start": 817291180,
            "stop": 817291183
        },
        {
            "start": 817291895,
            "stop": 817301675
        },
        {
            "start": 817301678,
            "stop": 817302959
        },
        {
            "start": 817302962,
            "stop": 817312573
        },
        {
            "start": 817314125,
            "stop": 817314489
        },
        {
            "start": 817314490,
            "stop": 817314493
        },
        {
            "start": 817334047,
            "stop": 817334233
        },
        {
            "start": 817335553,
            "stop": 817340713
        },
        {
            "start": 817343130,
            "stop": 817347002
        },
        {
            "start": 817348937,
            "stop": 817351025
        },
        {
            "start": 817352166,
            "stop": 817353363
        },
        {
            "start": 817353364,
            "stop": 817353389
        },
        {
            "start": 817353587,
            "stop": 817362433
        },
        {
            "start": 817363929,
            "stop": 817398365
        },
        {
            "start": 817398367,
            "stop": 817398373
        },
        {
            "start": 817398384,
            "stop": 817398387
        },
        {
            "start": 817404620,
            "stop": 817404970
        },
        {
            "start": 817405819,
            "stop": 817408088
        }
    ]
}