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=3542
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=3543",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3541",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3542,
    "results": [
        {
            "start": 871567001,
            "stop": 871567004
        },
        {
            "start": 871567065,
            "stop": 871567080
        },
        {
            "start": 871567084,
            "stop": 871567085
        },
        {
            "start": 871567103,
            "stop": 871567105
        },
        {
            "start": 871567122,
            "stop": 871567140
        },
        {
            "start": 871567181,
            "stop": 871567486
        },
        {
            "start": 871567503,
            "stop": 871567522
        },
        {
            "start": 871567549,
            "stop": 871567740
        },
        {
            "start": 871567757,
            "stop": 871567793
        },
        {
            "start": 871567810,
            "stop": 871567899
        },
        {
            "start": 871567940,
            "stop": 871567947
        },
        {
            "start": 871567964,
            "stop": 871569266
        },
        {
            "start": 871569283,
            "stop": 871572062
        },
        {
            "start": 871572079,
            "stop": 871572178
        },
        {
            "start": 871572195,
            "stop": 871572209
        },
        {
            "start": 871572226,
            "stop": 871574180
        },
        {
            "start": 871574197,
            "stop": 871574224
        },
        {
            "start": 871574241,
            "stop": 871575467
        },
        {
            "start": 871575484,
            "stop": 871576349
        },
        {
            "start": 871576366,
            "stop": 871577321
        }
    ]
}