Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=213
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=212",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 213,
    "results": [
        {
            "start": 957395078,
            "stop": 957395255
        },
        {
            "start": 957395258,
            "stop": 957395672
        },
        {
            "start": 957395676,
            "stop": 957396978
        },
        {
            "start": 957396997,
            "stop": 957396998
        },
        {
            "start": 957397004,
            "stop": 957397005
        },
        {
            "start": 957397010,
            "stop": 957404730
        },
        {
            "start": 957407885,
            "stop": 957416971
        },
        {
            "start": 957433181,
            "stop": 957467174
        },
        {
            "start": 957468932,
            "stop": 957480207
        },
        {
            "start": 957481821,
            "stop": 957493956
        },
        {
            "start": 957495560,
            "stop": 957544293
        },
        {
            "start": 957551235,
            "stop": 957554842
        },
        {
            "start": 957557818,
            "stop": 957569506
        },
        {
            "start": 957587773,
            "stop": 957602977
        },
        {
            "start": 957605489,
            "stop": 957617640
        },
        {
            "start": 957618957,
            "stop": 957625269
        },
        {
            "start": 957644711,
            "stop": 957645286
        },
        {
            "start": 957648255,
            "stop": 957651808
        },
        {
            "start": 957654888,
            "stop": 957654904
        },
        {
            "start": 957656994,
            "stop": 957664783
        }
    ]
}