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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=267",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 268,
    "results": [
        {
            "start": 1242310098,
            "stop": 1242310138
        },
        {
            "start": 1242310141,
            "stop": 1242310205
        },
        {
            "start": 1242310206,
            "stop": 1242310207
        },
        {
            "start": 1242310211,
            "stop": 1242310387
        },
        {
            "start": 1242310389,
            "stop": 1242310466
        },
        {
            "start": 1242310468,
            "stop": 1242310582
        },
        {
            "start": 1242310584,
            "stop": 1242310731
        },
        {
            "start": 1242310742,
            "stop": 1242310746
        },
        {
            "start": 1242310749,
            "stop": 1242310947
        },
        {
            "start": 1242310949,
            "stop": 1242310970
        },
        {
            "start": 1242310971,
            "stop": 1242311224
        },
        {
            "start": 1242311234,
            "stop": 1242311239
        },
        {
            "start": 1242311240,
            "stop": 1242311244
        },
        {
            "start": 1242311245,
            "stop": 1242311780
        },
        {
            "start": 1242311785,
            "stop": 1242311790
        },
        {
            "start": 1242311791,
            "stop": 1242311839
        },
        {
            "start": 1242311843,
            "stop": 1242311846
        },
        {
            "start": 1242311847,
            "stop": 1242311853
        },
        {
            "start": 1242311867,
            "stop": 1242312184
        },
        {
            "start": 1242312187,
            "stop": 1242312191
        }
    ]
}