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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5265",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5266,
    "results": [
        {
            "start": 970292024,
            "stop": 970292226
        },
        {
            "start": 970292229,
            "stop": 970292367
        },
        {
            "start": 970292370,
            "stop": 970292442
        },
        {
            "start": 970292445,
            "stop": 970292486
        },
        {
            "start": 970292489,
            "stop": 970292526
        },
        {
            "start": 970292529,
            "stop": 970292580
        },
        {
            "start": 970292583,
            "stop": 970292690
        },
        {
            "start": 970292694,
            "stop": 970293481
        },
        {
            "start": 970293484,
            "stop": 970293607
        },
        {
            "start": 970293611,
            "stop": 970293703
        },
        {
            "start": 970293706,
            "stop": 970293983
        },
        {
            "start": 970293986,
            "stop": 970294072
        },
        {
            "start": 970294075,
            "stop": 970294221
        },
        {
            "start": 970294225,
            "stop": 970294470
        },
        {
            "start": 970296010,
            "stop": 970296385
        },
        {
            "start": 970296388,
            "stop": 970296390
        },
        {
            "start": 970296393,
            "stop": 970296510
        },
        {
            "start": 970296513,
            "stop": 970297026
        },
        {
            "start": 970297029,
            "stop": 970297080
        },
        {
            "start": 970297083,
            "stop": 970297116
        }
    ]
}