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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41101",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41102,
    "results": [
        {
            "start": 875227962,
            "stop": 875228021
        },
        {
            "start": 875228022,
            "stop": 875228058
        },
        {
            "start": 875228059,
            "stop": 875228185
        },
        {
            "start": 875228186,
            "stop": 875228190
        },
        {
            "start": 875228193,
            "stop": 875228220
        },
        {
            "start": 875228221,
            "stop": 875228244
        },
        {
            "start": 875228245,
            "stop": 875228256
        },
        {
            "start": 875228257,
            "stop": 875228318
        },
        {
            "start": 875228319,
            "stop": 875228382
        },
        {
            "start": 875228385,
            "stop": 875228452
        },
        {
            "start": 875228453,
            "stop": 875228461
        },
        {
            "start": 875228462,
            "stop": 875228463
        },
        {
            "start": 875228465,
            "stop": 875228471
        },
        {
            "start": 875228472,
            "stop": 875228473
        },
        {
            "start": 875228475,
            "stop": 875228493
        },
        {
            "start": 875228494,
            "stop": 875228503
        },
        {
            "start": 875228504,
            "stop": 875228529
        },
        {
            "start": 875228530,
            "stop": 875228574
        },
        {
            "start": 875228575,
            "stop": 875228592
        },
        {
            "start": 875228593,
            "stop": 875228602
        }
    ]
}