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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=264",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 265,
    "results": [
        {
            "start": 1242305884,
            "stop": 1242306162
        },
        {
            "start": 1242306164,
            "stop": 1242306205
        },
        {
            "start": 1242306206,
            "stop": 1242306305
        },
        {
            "start": 1242306306,
            "stop": 1242306501
        },
        {
            "start": 1242306507,
            "stop": 1242306614
        },
        {
            "start": 1242306615,
            "stop": 1242306827
        },
        {
            "start": 1242306835,
            "stop": 1242307524
        },
        {
            "start": 1242307526,
            "stop": 1242308260
        },
        {
            "start": 1242308262,
            "stop": 1242308269
        },
        {
            "start": 1242308270,
            "stop": 1242308696
        },
        {
            "start": 1242308698,
            "stop": 1242308950
        },
        {
            "start": 1242308951,
            "stop": 1242309011
        },
        {
            "start": 1242309013,
            "stop": 1242309077
        },
        {
            "start": 1242309078,
            "stop": 1242309090
        },
        {
            "start": 1242309091,
            "stop": 1242309173
        },
        {
            "start": 1242309175,
            "stop": 1242309183
        },
        {
            "start": 1242309186,
            "stop": 1242309196
        },
        {
            "start": 1242309197,
            "stop": 1242309207
        },
        {
            "start": 1242309208,
            "stop": 1242309223
        },
        {
            "start": 1242309225,
            "stop": 1242309229
        }
    ]
}