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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=793",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 794,
    "results": [
        {
            "start": 873081971,
            "stop": 873103165
        },
        {
            "start": 873103798,
            "stop": 873104111
        },
        {
            "start": 873106569,
            "stop": 873119465
        },
        {
            "start": 873120106,
            "stop": 873134880
        },
        {
            "start": 873134940,
            "stop": 873135752
        },
        {
            "start": 873135756,
            "stop": 873137049
        },
        {
            "start": 873138961,
            "stop": 873141085
        },
        {
            "start": 873142131,
            "stop": 873145218
        },
        {
            "start": 873145812,
            "stop": 873147559
        },
        {
            "start": 873150674,
            "stop": 873151049
        },
        {
            "start": 873151053,
            "stop": 873179189
        },
        {
            "start": 873179753,
            "stop": 873216975
        },
        {
            "start": 873216979,
            "stop": 873217542
        },
        {
            "start": 873217544,
            "stop": 873222833
        },
        {
            "start": 873224079,
            "stop": 873245549
        },
        {
            "start": 873247861,
            "stop": 873257921
        },
        {
            "start": 873258866,
            "stop": 873271074
        },
        {
            "start": 873271077,
            "stop": 873272767
        },
        {
            "start": 873272771,
            "stop": 873274701
        },
        {
            "start": 873275706,
            "stop": 873318407
        }
    ]
}