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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=99",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 100,
    "results": [
        {
            "start": 817397764,
            "stop": 817398482
        },
        {
            "start": 817398485,
            "stop": 817398833
        },
        {
            "start": 817400049,
            "stop": 817400633
        },
        {
            "start": 817403782,
            "stop": 817404740
        },
        {
            "start": 817405303,
            "stop": 817405400
        },
        {
            "start": 817405403,
            "stop": 817405947
        },
        {
            "start": 817405950,
            "stop": 817406929
        },
        {
            "start": 817406932,
            "stop": 817407765
        },
        {
            "start": 817407766,
            "stop": 817410631
        },
        {
            "start": 817410634,
            "stop": 817416622
        },
        {
            "start": 817416623,
            "stop": 817419173
        },
        {
            "start": 817419176,
            "stop": 817421105
        },
        {
            "start": 817421108,
            "stop": 817422996
        },
        {
            "start": 817423853,
            "stop": 817425602
        },
        {
            "start": 817426677,
            "stop": 817428453
        },
        {
            "start": 817428456,
            "stop": 817431059
        },
        {
            "start": 817431078,
            "stop": 817437600
        },
        {
            "start": 817437603,
            "stop": 817440419
        },
        {
            "start": 817440467,
            "stop": 817442042
        },
        {
            "start": 817443516,
            "stop": 817447535
        }
    ]
}