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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=338",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 339,
    "results": [
        {
            "start": 818252211,
            "stop": 818252215
        },
        {
            "start": 818252218,
            "stop": 818252220
        },
        {
            "start": 818252229,
            "stop": 818252232
        },
        {
            "start": 818252235,
            "stop": 818252239
        },
        {
            "start": 818252245,
            "stop": 818252246
        },
        {
            "start": 818252269,
            "stop": 818252270
        },
        {
            "start": 818252275,
            "stop": 818252277
        },
        {
            "start": 818252284,
            "stop": 818252288
        },
        {
            "start": 818252294,
            "stop": 818252297
        },
        {
            "start": 818252307,
            "stop": 818252309
        },
        {
            "start": 818252318,
            "stop": 818252325
        },
        {
            "start": 818252328,
            "stop": 818252333
        },
        {
            "start": 818252337,
            "stop": 818252338
        },
        {
            "start": 818252343,
            "stop": 818252344
        },
        {
            "start": 818252358,
            "stop": 818252363
        },
        {
            "start": 818252371,
            "stop": 818252372
        },
        {
            "start": 818252384,
            "stop": 818252386
        },
        {
            "start": 818252395,
            "stop": 818252397
        },
        {
            "start": 818252400,
            "stop": 818252401
        },
        {
            "start": 818252409,
            "stop": 818252411
        }
    ]
}