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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=76",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 77,
    "results": [
        {
            "start": 827596694,
            "stop": 827597287
        },
        {
            "start": 827611031,
            "stop": 827611130
        },
        {
            "start": 827611573,
            "stop": 827617127
        },
        {
            "start": 827617235,
            "stop": 827618505
        },
        {
            "start": 827620359,
            "stop": 827687658
        },
        {
            "start": 827689355,
            "stop": 827697346
        },
        {
            "start": 827697354,
            "stop": 827703911
        },
        {
            "start": 827703919,
            "stop": 827771587
        },
        {
            "start": 827771595,
            "stop": 827773059
        },
        {
            "start": 827773356,
            "stop": 827777993
        },
        {
            "start": 827778144,
            "stop": 827784130
        },
        {
            "start": 827785268,
            "stop": 827817747
        },
        {
            "start": 827820324,
            "stop": 827833037
        },
        {
            "start": 827833044,
            "stop": 827849246
        },
        {
            "start": 827854488,
            "stop": 827858760
        },
        {
            "start": 827858833,
            "stop": 827876402
        },
        {
            "start": 827876456,
            "stop": 827987323
        },
        {
            "start": 827989660,
            "stop": 828018015
        },
        {
            "start": 828018021,
            "stop": 828021258
        },
        {
            "start": 828021837,
            "stop": 828041330
        }
    ]
}