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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=153",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 154,
    "results": [
        {
            "start": 818937856,
            "stop": 818943529
        },
        {
            "start": 818943533,
            "stop": 818945550
        },
        {
            "start": 818946116,
            "stop": 818951552
        },
        {
            "start": 818951584,
            "stop": 818952130
        },
        {
            "start": 818952689,
            "stop": 818954218
        },
        {
            "start": 818954623,
            "stop": 818955403
        },
        {
            "start": 818955584,
            "stop": 818956543
        },
        {
            "start": 818956724,
            "stop": 818957248
        },
        {
            "start": 818957280,
            "stop": 818960802
        },
        {
            "start": 818961390,
            "stop": 818962144
        },
        {
            "start": 818962176,
            "stop": 818965430
        },
        {
            "start": 818965448,
            "stop": 818966143
        },
        {
            "start": 818966324,
            "stop": 818967043
        },
        {
            "start": 818967224,
            "stop": 818967863
        },
        {
            "start": 818967983,
            "stop": 818969130
        },
        {
            "start": 818969558,
            "stop": 818970720
        },
        {
            "start": 818970840,
            "stop": 818971097
        },
        {
            "start": 818971762,
            "stop": 818972023
        },
        {
            "start": 818972204,
            "stop": 818975904
        },
        {
            "start": 818975936,
            "stop": 818977123
        }
    ]
}