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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=218",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 219,
    "results": [
        {
            "start": 931458276,
            "stop": 931458277
        },
        {
            "start": 931458281,
            "stop": 931458282
        },
        {
            "start": 931458287,
            "stop": 931458288
        },
        {
            "start": 931458289,
            "stop": 931458290
        },
        {
            "start": 931458297,
            "stop": 931458302
        },
        {
            "start": 931458307,
            "stop": 931458309
        },
        {
            "start": 931458311,
            "stop": 931458312
        },
        {
            "start": 931458315,
            "stop": 931458316
        },
        {
            "start": 931458322,
            "stop": 931458324
        },
        {
            "start": 931458326,
            "stop": 931458332
        },
        {
            "start": 931458334,
            "stop": 931458338
        },
        {
            "start": 931458344,
            "stop": 931458364
        },
        {
            "start": 931458367,
            "stop": 931458375
        },
        {
            "start": 931458377,
            "stop": 931458381
        },
        {
            "start": 931458386,
            "stop": 931458387
        },
        {
            "start": 931458389,
            "stop": 931458391
        },
        {
            "start": 931458395,
            "stop": 931458396
        },
        {
            "start": 931458400,
            "stop": 931458402
        },
        {
            "start": 931458404,
            "stop": 931458409
        },
        {
            "start": 931458411,
            "stop": 931458412
        }
    ]
}