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=46871
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=46872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46870",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46871,
    "results": [
        {
            "start": 875147490,
            "stop": 875147492
        },
        {
            "start": 875147493,
            "stop": 875147497
        },
        {
            "start": 875147499,
            "stop": 875147501
        },
        {
            "start": 875147502,
            "stop": 875147511
        },
        {
            "start": 875147514,
            "stop": 875147523
        },
        {
            "start": 875147526,
            "stop": 875147531
        },
        {
            "start": 875147533,
            "stop": 875147545
        },
        {
            "start": 875147548,
            "stop": 875147552
        },
        {
            "start": 875147554,
            "stop": 875147558
        },
        {
            "start": 875147560,
            "stop": 875147563
        },
        {
            "start": 875147564,
            "stop": 875147579
        },
        {
            "start": 875147582,
            "stop": 875147593
        },
        {
            "start": 875147595,
            "stop": 875147610
        },
        {
            "start": 875147611,
            "stop": 875147632
        },
        {
            "start": 875147633,
            "stop": 875147636
        },
        {
            "start": 875147637,
            "stop": 875147638
        },
        {
            "start": 875147642,
            "stop": 875147643
        },
        {
            "start": 875147645,
            "stop": 875147665
        },
        {
            "start": 875147667,
            "stop": 875147671
        },
        {
            "start": 875147672,
            "stop": 875147676
        }
    ]
}