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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=325",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 326,
    "results": [
        {
            "start": 863992492,
            "stop": 863992507
        },
        {
            "start": 863992516,
            "stop": 863992735
        },
        {
            "start": 863992749,
            "stop": 863993726
        },
        {
            "start": 863994272,
            "stop": 863996362
        },
        {
            "start": 863996366,
            "stop": 864014632
        },
        {
            "start": 864016616,
            "stop": 864058964
        },
        {
            "start": 864060607,
            "stop": 864069299
        },
        {
            "start": 864069988,
            "stop": 864107860
        },
        {
            "start": 864109894,
            "stop": 864131960
        },
        {
            "start": 864132971,
            "stop": 864146445
        },
        {
            "start": 864148931,
            "stop": 864149848
        },
        {
            "start": 864154040,
            "stop": 864158774
        },
        {
            "start": 864159326,
            "stop": 864168540
        },
        {
            "start": 864169375,
            "stop": 864193687
        },
        {
            "start": 864195640,
            "stop": 864253410
        },
        {
            "start": 864255683,
            "stop": 864258668
        },
        {
            "start": 864260166,
            "stop": 864266739
        },
        {
            "start": 864268464,
            "stop": 864270773
        },
        {
            "start": 864275727,
            "stop": 864280504
        },
        {
            "start": 864281832,
            "stop": 864305729
        }
    ]
}