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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7382",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7380",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7381,
    "results": [
        {
            "start": 969667400,
            "stop": 969667868
        },
        {
            "start": 969667879,
            "stop": 969667966
        },
        {
            "start": 969667987,
            "stop": 969668822
        },
        {
            "start": 969668825,
            "stop": 969668879
        },
        {
            "start": 969668882,
            "stop": 969669933
        },
        {
            "start": 969669936,
            "stop": 969670212
        },
        {
            "start": 969670237,
            "stop": 969670245
        },
        {
            "start": 969670281,
            "stop": 969671198
        },
        {
            "start": 969671219,
            "stop": 969671227
        },
        {
            "start": 969671230,
            "stop": 969671463
        },
        {
            "start": 969671466,
            "stop": 969671518
        },
        {
            "start": 969671521,
            "stop": 969672473
        },
        {
            "start": 969672490,
            "stop": 969672870
        },
        {
            "start": 969672912,
            "stop": 969672916
        },
        {
            "start": 969672982,
            "stop": 969673004
        },
        {
            "start": 969673025,
            "stop": 969674270
        },
        {
            "start": 969674273,
            "stop": 969674381
        },
        {
            "start": 969674402,
            "stop": 969674625
        },
        {
            "start": 969674646,
            "stop": 969674688
        },
        {
            "start": 969674691,
            "stop": 969674846
        }
    ]
}