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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=586",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=584",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 585,
    "results": [
        {
            "start": 827781660,
            "stop": 827781750
        },
        {
            "start": 827781900,
            "stop": 827781960
        },
        {
            "start": 827782020,
            "stop": 827782080
        },
        {
            "start": 827782140,
            "stop": 827782290
        },
        {
            "start": 827782380,
            "stop": 827782410
        },
        {
            "start": 827782470,
            "stop": 827782590
        },
        {
            "start": 827782650,
            "stop": 827783454
        },
        {
            "start": 827783520,
            "stop": 827783836
        },
        {
            "start": 827785268,
            "stop": 827785860
        },
        {
            "start": 827785920,
            "stop": 827786340
        },
        {
            "start": 827786400,
            "stop": 827786468
        },
        {
            "start": 827786471,
            "stop": 827786474
        },
        {
            "start": 827786780,
            "stop": 827787360
        },
        {
            "start": 827787420,
            "stop": 827787630
        },
        {
            "start": 827787690,
            "stop": 827788560
        },
        {
            "start": 827788620,
            "stop": 827789857
        },
        {
            "start": 827789876,
            "stop": 827789899
        },
        {
            "start": 827789941,
            "stop": 827789996
        },
        {
            "start": 827790025,
            "stop": 827790039
        },
        {
            "start": 827790097,
            "stop": 827790360
        }
    ]
}