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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=357",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 358,
    "results": [
        {
            "start": 872649214,
            "stop": 872652057
        },
        {
            "start": 872652063,
            "stop": 872704648
        },
        {
            "start": 872712390,
            "stop": 872712928
        },
        {
            "start": 872713606,
            "stop": 872731105
        },
        {
            "start": 872737591,
            "stop": 872816886
        },
        {
            "start": 872818625,
            "stop": 872871871
        },
        {
            "start": 872873417,
            "stop": 872885741
        },
        {
            "start": 872888900,
            "stop": 872894704
        },
        {
            "start": 872896243,
            "stop": 872916036
        },
        {
            "start": 872917969,
            "stop": 872917990
        },
        {
            "start": 872921613,
            "stop": 872939551
        },
        {
            "start": 872939557,
            "stop": 872953201
        },
        {
            "start": 872973813,
            "stop": 872979774
        },
        {
            "start": 872980344,
            "stop": 872997198
        },
        {
            "start": 872999788,
            "stop": 873027878
        },
        {
            "start": 873028516,
            "stop": 873039646
        },
        {
            "start": 873042305,
            "stop": 873056226
        },
        {
            "start": 873059090,
            "stop": 873060173
        },
        {
            "start": 873061972,
            "stop": 873092914
        },
        {
            "start": 873092919,
            "stop": 873104111
        }
    ]
}