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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1103",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1104,
    "results": [
        {
            "start": 1253944004,
            "stop": 1253945463
        },
        {
            "start": 1253945467,
            "stop": 1253945599
        },
        {
            "start": 1253945603,
            "stop": 1253945622
        },
        {
            "start": 1253945625,
            "stop": 1253946511
        },
        {
            "start": 1253948378,
            "stop": 1253950104
        },
        {
            "start": 1253950109,
            "stop": 1253953072
        },
        {
            "start": 1253953077,
            "stop": 1253954236
        },
        {
            "start": 1253954240,
            "stop": 1253959587
        },
        {
            "start": 1253959592,
            "stop": 1253960398
        },
        {
            "start": 1253960401,
            "stop": 1253962177
        },
        {
            "start": 1253962181,
            "stop": 1253962184
        },
        {
            "start": 1253962186,
            "stop": 1253963325
        },
        {
            "start": 1253963333,
            "stop": 1253963924
        },
        {
            "start": 1253963928,
            "stop": 1253966117
        },
        {
            "start": 1253966121,
            "stop": 1253967507
        },
        {
            "start": 1253967515,
            "stop": 1253968447
        },
        {
            "start": 1253968455,
            "stop": 1253970871
        },
        {
            "start": 1253970876,
            "stop": 1253973366
        },
        {
            "start": 1253973370,
            "stop": 1253973796
        }
    ]
}