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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4961",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4962,
    "results": [
        {
            "start": 874385155,
            "stop": 874385362
        },
        {
            "start": 874385397,
            "stop": 874385413
        },
        {
            "start": 874385435,
            "stop": 874385492
        },
        {
            "start": 874385511,
            "stop": 874385527
        },
        {
            "start": 874385549,
            "stop": 874385570
        },
        {
            "start": 874385589,
            "stop": 874385734
        },
        {
            "start": 874385753,
            "stop": 874385897
        },
        {
            "start": 874385929,
            "stop": 874385985
        },
        {
            "start": 874386004,
            "stop": 874386072
        },
        {
            "start": 874386091,
            "stop": 874386133
        },
        {
            "start": 874386152,
            "stop": 874386218
        },
        {
            "start": 874386237,
            "stop": 874386304
        },
        {
            "start": 874386326,
            "stop": 874386410
        },
        {
            "start": 874386430,
            "stop": 874386660
        },
        {
            "start": 874386680,
            "stop": 874387021
        },
        {
            "start": 874387040,
            "stop": 874387055
        },
        {
            "start": 874387077,
            "stop": 874387121
        },
        {
            "start": 874387140,
            "stop": 874387274
        },
        {
            "start": 874387293,
            "stop": 874387338
        },
        {
            "start": 874387369,
            "stop": 874387452
        }
    ]
}