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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=253",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 254,
    "results": [
        {
            "start": 827778460,
            "stop": 827778605
        },
        {
            "start": 827778607,
            "stop": 827781750
        },
        {
            "start": 827781810,
            "stop": 827782290
        },
        {
            "start": 827782350,
            "stop": 827782410
        },
        {
            "start": 827782470,
            "stop": 827782590
        },
        {
            "start": 827782650,
            "stop": 827783462
        },
        {
            "start": 827783468,
            "stop": 827783836
        },
        {
            "start": 827785268,
            "stop": 827785885
        },
        {
            "start": 827785890,
            "stop": 827786477
        },
        {
            "start": 827786780,
            "stop": 827787630
        },
        {
            "start": 827787690,
            "stop": 827789866
        },
        {
            "start": 827789868,
            "stop": 827789908
        },
        {
            "start": 827789910,
            "stop": 827789911
        },
        {
            "start": 827789913,
            "stop": 827789928
        },
        {
            "start": 827789932,
            "stop": 827790005
        },
        {
            "start": 827790007,
            "stop": 827790011
        },
        {
            "start": 827790017,
            "stop": 827790048
        },
        {
            "start": 827790050,
            "stop": 827790051
        },
        {
            "start": 827790054,
            "stop": 827790056
        },
        {
            "start": 827790058,
            "stop": 827790065
        }
    ]
}