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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1266",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1267,
    "results": [
        {
            "start": 957828759,
            "stop": 957828769
        },
        {
            "start": 957828770,
            "stop": 957828805
        },
        {
            "start": 957828807,
            "stop": 957828827
        },
        {
            "start": 957828829,
            "stop": 957828835
        },
        {
            "start": 957828837,
            "stop": 957828839
        },
        {
            "start": 957828842,
            "stop": 957828854
        },
        {
            "start": 957828856,
            "stop": 957829307
        },
        {
            "start": 957829309,
            "stop": 957829350
        },
        {
            "start": 957829352,
            "stop": 957829356
        },
        {
            "start": 957829358,
            "stop": 957829361
        },
        {
            "start": 957829363,
            "stop": 957829364
        },
        {
            "start": 957829366,
            "stop": 957829394
        },
        {
            "start": 957829396,
            "stop": 957829477
        },
        {
            "start": 957830493,
            "stop": 957830647
        },
        {
            "start": 957833074,
            "stop": 957834379
        },
        {
            "start": 957838624,
            "stop": 957839068
        },
        {
            "start": 957839074,
            "stop": 957839285
        },
        {
            "start": 957839287,
            "stop": 957839616
        },
        {
            "start": 957840622,
            "stop": 957840852
        },
        {
            "start": 957841669,
            "stop": 957843296
        }
    ]
}