Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=24",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 25,
    "results": [
        {
            "start": 931245358,
            "stop": 931245366
        },
        {
            "start": 931245378,
            "stop": 931245384
        },
        {
            "start": 931245387,
            "stop": 931245388
        },
        {
            "start": 931245397,
            "stop": 931245409
        },
        {
            "start": 931245411,
            "stop": 931245446
        },
        {
            "start": 931245451,
            "stop": 931245460
        },
        {
            "start": 931245462,
            "stop": 931245464
        },
        {
            "start": 931245466,
            "stop": 931245479
        },
        {
            "start": 931245484,
            "stop": 931245486
        },
        {
            "start": 931245489,
            "stop": 931245494
        },
        {
            "start": 931245497,
            "stop": 931245499
        },
        {
            "start": 931245509,
            "stop": 931245517
        },
        {
            "start": 931245519,
            "stop": 931245537
        },
        {
            "start": 931245540,
            "stop": 931245555
        },
        {
            "start": 931245559,
            "stop": 931245560
        },
        {
            "start": 931245562,
            "stop": 931245563
        },
        {
            "start": 931245572,
            "stop": 931245573
        },
        {
            "start": 931245577,
            "stop": 931245578
        },
        {
            "start": 931245582,
            "stop": 931245583
        },
        {
            "start": 931245588,
            "stop": 931245592
        }
    ]
}