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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3940",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3941,
    "results": [
        {
            "start": 874288940,
            "stop": 874289182
        },
        {
            "start": 874289186,
            "stop": 874289938
        },
        {
            "start": 874289941,
            "stop": 874290004
        },
        {
            "start": 874290008,
            "stop": 874290020
        },
        {
            "start": 874290023,
            "stop": 874290038
        },
        {
            "start": 874290041,
            "stop": 874290081
        },
        {
            "start": 874290084,
            "stop": 874290122
        },
        {
            "start": 874290126,
            "stop": 874290138
        },
        {
            "start": 874290141,
            "stop": 874290189
        },
        {
            "start": 874290192,
            "stop": 874290244
        },
        {
            "start": 874290247,
            "stop": 874290263
        },
        {
            "start": 874290269,
            "stop": 874290298
        },
        {
            "start": 874290301,
            "stop": 874290319
        },
        {
            "start": 874290322,
            "stop": 874290325
        },
        {
            "start": 874290327,
            "stop": 874290431
        },
        {
            "start": 874290434,
            "stop": 874291081
        },
        {
            "start": 874291084,
            "stop": 874293125
        },
        {
            "start": 874293134,
            "stop": 874293174
        },
        {
            "start": 874293177,
            "stop": 874293181
        },
        {
            "start": 874293184,
            "stop": 874293337
        }
    ]
}