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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=309",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 310,
    "results": [
        {
            "start": 1181627267,
            "stop": 1181627268
        },
        {
            "start": 1181627270,
            "stop": 1181627272
        },
        {
            "start": 1181627273,
            "stop": 1181627353
        },
        {
            "start": 1181627354,
            "stop": 1181627405
        },
        {
            "start": 1181627407,
            "stop": 1181627460
        },
        {
            "start": 1181627461,
            "stop": 1181627609
        },
        {
            "start": 1181627610,
            "stop": 1181627757
        },
        {
            "start": 1181627758,
            "stop": 1181627802
        },
        {
            "start": 1181627807,
            "stop": 1181627834
        },
        {
            "start": 1181627835,
            "stop": 1181627851
        },
        {
            "start": 1181627852,
            "stop": 1181627900
        },
        {
            "start": 1181627901,
            "stop": 1181627905
        },
        {
            "start": 1181627906,
            "stop": 1181627908
        },
        {
            "start": 1181627909,
            "stop": 1181627911
        },
        {
            "start": 1181627912,
            "stop": 1181628043
        },
        {
            "start": 1181628045,
            "stop": 1181628062
        },
        {
            "start": 1181628063,
            "stop": 1181628091
        },
        {
            "start": 1181628092,
            "stop": 1181628154
        },
        {
            "start": 1181628155,
            "stop": 1181628159
        },
        {
            "start": 1181628160,
            "stop": 1181628182
        }
    ]
}