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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=10",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 11,
    "results": [
        {
            "start": 1238182278,
            "stop": 1238182385
        },
        {
            "start": 1238182390,
            "stop": 1238182411
        },
        {
            "start": 1238182416,
            "stop": 1238183161
        },
        {
            "start": 1238183166,
            "stop": 1238183256
        },
        {
            "start": 1238183260,
            "stop": 1238183357
        },
        {
            "start": 1238183358,
            "stop": 1238183546
        },
        {
            "start": 1238183550,
            "stop": 1238183799
        },
        {
            "start": 1238183800,
            "stop": 1238184277
        },
        {
            "start": 1238184283,
            "stop": 1238184297
        },
        {
            "start": 1238184301,
            "stop": 1238184318
        },
        {
            "start": 1238184320,
            "stop": 1238184325
        },
        {
            "start": 1238184327,
            "stop": 1238184339
        },
        {
            "start": 1238184342,
            "stop": 1238184346
        },
        {
            "start": 1238184348,
            "stop": 1238184352
        },
        {
            "start": 1238184357,
            "stop": 1238184360
        },
        {
            "start": 1238184362,
            "stop": 1238184366
        },
        {
            "start": 1238184367,
            "stop": 1238184368
        },
        {
            "start": 1238184369,
            "stop": 1238184380
        },
        {
            "start": 1238184382,
            "stop": 1238184388
        },
        {
            "start": 1238184389,
            "stop": 1238184391
        }
    ]
}