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=46855
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=46856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46854",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46855,
    "results": [
        {
            "start": 875141382,
            "stop": 875141383
        },
        {
            "start": 875141384,
            "stop": 875141407
        },
        {
            "start": 875141410,
            "stop": 875141411
        },
        {
            "start": 875141412,
            "stop": 875141435
        },
        {
            "start": 875141438,
            "stop": 875141463
        },
        {
            "start": 875141464,
            "stop": 875141467
        },
        {
            "start": 875141469,
            "stop": 875141471
        },
        {
            "start": 875141472,
            "stop": 875141488
        },
        {
            "start": 875141490,
            "stop": 875141491
        },
        {
            "start": 875141492,
            "stop": 875141500
        },
        {
            "start": 875141503,
            "stop": 875141529
        },
        {
            "start": 875141532,
            "stop": 875141535
        },
        {
            "start": 875141536,
            "stop": 875141539
        },
        {
            "start": 875141540,
            "stop": 875141553
        },
        {
            "start": 875141554,
            "stop": 875141559
        },
        {
            "start": 875141562,
            "stop": 875141590
        },
        {
            "start": 875141592,
            "stop": 875141595
        },
        {
            "start": 875141598,
            "stop": 875141638
        },
        {
            "start": 875141639,
            "stop": 875141643
        },
        {
            "start": 875141644,
            "stop": 875141651
        }
    ]
}