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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=23",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 24,
    "results": [
        {
            "start": 817275749,
            "stop": 817281063
        },
        {
            "start": 817281065,
            "stop": 817290331
        },
        {
            "start": 817290333,
            "stop": 817312457
        },
        {
            "start": 817313169,
            "stop": 817314532
        },
        {
            "start": 817314942,
            "stop": 817315241
        },
        {
            "start": 817334958,
            "stop": 817340364
        },
        {
            "start": 817341783,
            "stop": 817342150
        },
        {
            "start": 817342702,
            "stop": 817346659
        },
        {
            "start": 817348088,
            "stop": 817351003
        },
        {
            "start": 817351403,
            "stop": 817362224
        },
        {
            "start": 817363146,
            "stop": 817386871
        },
        {
            "start": 817386872,
            "stop": 817398833
        },
        {
            "start": 817400049,
            "stop": 817400679
        },
        {
            "start": 817403782,
            "stop": 817404740
        },
        {
            "start": 817405303,
            "stop": 817407765
        },
        {
            "start": 817407766,
            "stop": 817416622
        },
        {
            "start": 817416623,
            "stop": 817422996
        },
        {
            "start": 817423853,
            "stop": 817425602
        },
        {
            "start": 817426677,
            "stop": 817442042
        },
        {
            "start": 817443516,
            "stop": 817447625
        }
    ]
}