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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=352",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 353,
    "results": [
        {
            "start": 931934281,
            "stop": 931934283
        },
        {
            "start": 931934294,
            "stop": 931934295
        },
        {
            "start": 931934343,
            "stop": 931934344
        },
        {
            "start": 931934355,
            "stop": 931934356
        },
        {
            "start": 931934366,
            "stop": 931934367
        },
        {
            "start": 931934371,
            "stop": 931934372
        },
        {
            "start": 931934381,
            "stop": 931934382
        },
        {
            "start": 931934397,
            "stop": 931934398
        },
        {
            "start": 931934441,
            "stop": 931934442
        },
        {
            "start": 931934445,
            "stop": 931934446
        },
        {
            "start": 931934476,
            "stop": 931934478
        },
        {
            "start": 931934486,
            "stop": 931934487
        },
        {
            "start": 931934490,
            "stop": 931934491
        },
        {
            "start": 931934506,
            "stop": 931934507
        },
        {
            "start": 931934510,
            "stop": 931934511
        },
        {
            "start": 931934535,
            "stop": 931934537
        },
        {
            "start": 931934540,
            "stop": 931934543
        },
        {
            "start": 931934573,
            "stop": 931934574
        },
        {
            "start": 931934589,
            "stop": 931934590
        },
        {
            "start": 931934596,
            "stop": 931934597
        }
    ]
}