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=3730
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=3731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3729",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3730,
    "results": [
        {
            "start": 872699277,
            "stop": 872699278
        },
        {
            "start": 872699279,
            "stop": 872699282
        },
        {
            "start": 872699284,
            "stop": 872699287
        },
        {
            "start": 872699288,
            "stop": 872699290
        },
        {
            "start": 872699291,
            "stop": 872699311
        },
        {
            "start": 872699312,
            "stop": 872699313
        },
        {
            "start": 872699314,
            "stop": 872699317
        },
        {
            "start": 872699318,
            "stop": 872699334
        },
        {
            "start": 872699335,
            "stop": 872699340
        },
        {
            "start": 872699341,
            "stop": 872699350
        },
        {
            "start": 872699351,
            "stop": 872699354
        },
        {
            "start": 872699355,
            "stop": 872699356
        },
        {
            "start": 872699357,
            "stop": 872699358
        },
        {
            "start": 872699359,
            "stop": 872699362
        },
        {
            "start": 872699363,
            "stop": 872699365
        },
        {
            "start": 872699366,
            "stop": 872699537
        },
        {
            "start": 872699538,
            "stop": 872701313
        },
        {
            "start": 872701570,
            "stop": 872702095
        },
        {
            "start": 872702097,
            "stop": 872702101
        },
        {
            "start": 872702102,
            "stop": 872702813
        }
    ]
}