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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3257",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3258,
    "results": [
        {
            "start": 873051564,
            "stop": 873052069
        },
        {
            "start": 873052072,
            "stop": 873052140
        },
        {
            "start": 873052200,
            "stop": 873052359
        },
        {
            "start": 873059096,
            "stop": 873059460
        },
        {
            "start": 873059520,
            "stop": 873059917
        },
        {
            "start": 873061768,
            "stop": 873064260
        },
        {
            "start": 873064320,
            "stop": 873065094
        },
        {
            "start": 873065099,
            "stop": 873065109
        },
        {
            "start": 873065112,
            "stop": 873065400
        },
        {
            "start": 873065460,
            "stop": 873066180
        },
        {
            "start": 873066240,
            "stop": 873066420
        },
        {
            "start": 873066480,
            "stop": 873067958
        },
        {
            "start": 873067962,
            "stop": 873068340
        },
        {
            "start": 873068400,
            "stop": 873071460
        },
        {
            "start": 873071520,
            "stop": 873071880
        },
        {
            "start": 873072000,
            "stop": 873072720
        },
        {
            "start": 873072900,
            "stop": 873074880
        },
        {
            "start": 873074940,
            "stop": 873078480
        },
        {
            "start": 873078540,
            "stop": 873081548
        },
        {
            "start": 873082880,
            "stop": 873083065
        }
    ]
}