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=3726
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=3727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3725",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3726,
    "results": [
        {
            "start": 872685293,
            "stop": 872685296
        },
        {
            "start": 872685297,
            "stop": 872685298
        },
        {
            "start": 872685299,
            "stop": 872685300
        },
        {
            "start": 872685301,
            "stop": 872685303
        },
        {
            "start": 872685304,
            "stop": 872685305
        },
        {
            "start": 872685306,
            "stop": 872685308
        },
        {
            "start": 872685311,
            "stop": 872685319
        },
        {
            "start": 872685322,
            "stop": 872685324
        },
        {
            "start": 872685325,
            "stop": 872685326
        },
        {
            "start": 872685327,
            "stop": 872685329
        },
        {
            "start": 872685332,
            "stop": 872685333
        },
        {
            "start": 872685334,
            "stop": 872685335
        },
        {
            "start": 872685336,
            "stop": 872685337
        },
        {
            "start": 872685338,
            "stop": 872685341
        },
        {
            "start": 872685342,
            "stop": 872685348
        },
        {
            "start": 872685351,
            "stop": 872685353
        },
        {
            "start": 872685354,
            "stop": 872685355
        },
        {
            "start": 872685356,
            "stop": 872685359
        },
        {
            "start": 872685360,
            "stop": 872685364
        },
        {
            "start": 872685365,
            "stop": 872685367
        }
    ]
}