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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=38",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 39,
    "results": [
        {
            "start": 822947327,
            "stop": 822948829
        },
        {
            "start": 822949817,
            "stop": 822980121
        },
        {
            "start": 822982806,
            "stop": 822985619
        },
        {
            "start": 822986495,
            "stop": 822996717
        },
        {
            "start": 822997448,
            "stop": 823008676
        },
        {
            "start": 823009279,
            "stop": 823022031
        },
        {
            "start": 823023188,
            "stop": 823025964
        },
        {
            "start": 823026037,
            "stop": 823028014
        },
        {
            "start": 823028437,
            "stop": 823030299
        },
        {
            "start": 823032502,
            "stop": 823036509
        },
        {
            "start": 823059305,
            "stop": 823067246
        },
        {
            "start": 823067579,
            "stop": 823074655
        },
        {
            "start": 823075789,
            "stop": 823076078
        },
        {
            "start": 823076171,
            "stop": 823080539
        },
        {
            "start": 823084946,
            "stop": 823098756
        },
        {
            "start": 823098996,
            "stop": 823100282
        },
        {
            "start": 823105325,
            "stop": 823108319
        },
        {
            "start": 823111047,
            "stop": 823111475
        },
        {
            "start": 823123524,
            "stop": 823131214
        },
        {
            "start": 823131790,
            "stop": 823150173
        }
    ]
}