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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=47",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 48,
    "results": [
        {
            "start": 822997453,
            "stop": 823008673
        },
        {
            "start": 823008675,
            "stop": 823008676
        },
        {
            "start": 823009279,
            "stop": 823021993
        },
        {
            "start": 823023188,
            "stop": 823025953
        },
        {
            "start": 823025962,
            "stop": 823025964
        },
        {
            "start": 823026037,
            "stop": 823027993
        },
        {
            "start": 823028013,
            "stop": 823028014
        },
        {
            "start": 823028437,
            "stop": 823030271
        },
        {
            "start": 823032502,
            "stop": 823036453
        },
        {
            "start": 823059305,
            "stop": 823067233
        },
        {
            "start": 823067593,
            "stop": 823074613
        },
        {
            "start": 823075789,
            "stop": 823076053
        },
        {
            "start": 823076077,
            "stop": 823076078
        },
        {
            "start": 823076173,
            "stop": 823080493
        },
        {
            "start": 823084946,
            "stop": 823098733
        },
        {
            "start": 823098755,
            "stop": 823098756
        },
        {
            "start": 823098996,
            "stop": 823100233
        },
        {
            "start": 823105325,
            "stop": 823108273
        },
        {
            "start": 823111047,
            "stop": 823111445
        },
        {
            "start": 823123524,
            "stop": 823131184
        }
    ]
}