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=3732
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=3733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3731",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3732,
    "results": [
        {
            "start": 872709044,
            "stop": 872709060
        },
        {
            "start": 872709062,
            "stop": 872709075
        },
        {
            "start": 872709077,
            "stop": 872709093
        },
        {
            "start": 872709095,
            "stop": 872709111
        },
        {
            "start": 872709112,
            "stop": 872709122
        },
        {
            "start": 872709124,
            "stop": 872709141
        },
        {
            "start": 872709143,
            "stop": 872709158
        },
        {
            "start": 872709159,
            "stop": 872709181
        },
        {
            "start": 872709183,
            "stop": 872709184
        },
        {
            "start": 872709186,
            "stop": 872709189
        },
        {
            "start": 872709190,
            "stop": 872709223
        },
        {
            "start": 872709225,
            "stop": 872709245
        },
        {
            "start": 872709247,
            "stop": 872709309
        },
        {
            "start": 872709310,
            "stop": 872709323
        },
        {
            "start": 872709324,
            "stop": 872709372
        },
        {
            "start": 872709373,
            "stop": 872709431
        },
        {
            "start": 872709433,
            "stop": 872709461
        },
        {
            "start": 872709462,
            "stop": 872709512
        },
        {
            "start": 872709514,
            "stop": 872709524
        },
        {
            "start": 872718225,
            "stop": 872718228
        }
    ]
}