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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=343",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 344,
    "results": [
        {
            "start": 873814364,
            "stop": 873814658
        },
        {
            "start": 873815073,
            "stop": 873834527
        },
        {
            "start": 873834943,
            "stop": 873844437
        },
        {
            "start": 873844737,
            "stop": 873844967
        },
        {
            "start": 873845037,
            "stop": 873845040
        },
        {
            "start": 873845050,
            "stop": 873851106
        },
        {
            "start": 873851108,
            "stop": 873903617
        },
        {
            "start": 873903941,
            "stop": 873912500
        },
        {
            "start": 873940829,
            "stop": 873940875
        },
        {
            "start": 873940985,
            "stop": 873941085
        },
        {
            "start": 873941385,
            "stop": 873945975
        },
        {
            "start": 873947068,
            "stop": 873951018
        },
        {
            "start": 873951102,
            "stop": 873951238
        },
        {
            "start": 873951268,
            "stop": 873959107
        },
        {
            "start": 873960028,
            "stop": 873964106
        },
        {
            "start": 873964216,
            "stop": 873964241
        },
        {
            "start": 873964541,
            "stop": 873994914
        },
        {
            "start": 873997297,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 874015051
        },
        {
            "start": 874015415,
            "stop": 874023567
        }
    ]
}