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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=19",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 20,
    "results": [
        {
            "start": 816913265,
            "stop": 816916019
        },
        {
            "start": 816916021,
            "stop": 816916580
        },
        {
            "start": 816916583,
            "stop": 816927844
        },
        {
            "start": 816927847,
            "stop": 816939773
        },
        {
            "start": 816939776,
            "stop": 816951700
        },
        {
            "start": 816951703,
            "stop": 816969464
        },
        {
            "start": 816971022,
            "stop": 816971413
        },
        {
            "start": 816974148,
            "stop": 816978551
        },
        {
            "start": 816981141,
            "stop": 816982800
        },
        {
            "start": 816982803,
            "stop": 816985397
        },
        {
            "start": 816985897,
            "stop": 816988804
        },
        {
            "start": 816989738,
            "stop": 816990454
        },
        {
            "start": 816990458,
            "stop": 816990725
        },
        {
            "start": 816990729,
            "stop": 816990970
        },
        {
            "start": 816990974,
            "stop": 816991880
        },
        {
            "start": 816991884,
            "stop": 816998657
        },
        {
            "start": 816998660,
            "stop": 817014552
        },
        {
            "start": 817014555,
            "stop": 817031528
        },
        {
            "start": 817032868,
            "stop": 817043299
        },
        {
            "start": 817043302,
            "stop": 817048443
        }
    ]
}