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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=8",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 9,
    "results": [
        {
            "start": 1238180450,
            "stop": 1238180474
        },
        {
            "start": 1238180476,
            "stop": 1238180494
        },
        {
            "start": 1238180495,
            "stop": 1238180509
        },
        {
            "start": 1238180512,
            "stop": 1238180517
        },
        {
            "start": 1238180525,
            "stop": 1238180746
        },
        {
            "start": 1238180748,
            "stop": 1238181844
        },
        {
            "start": 1238181845,
            "stop": 1238182026
        },
        {
            "start": 1238182027,
            "stop": 1238182067
        },
        {
            "start": 1238182068,
            "stop": 1238183357
        },
        {
            "start": 1238183358,
            "stop": 1238183799
        },
        {
            "start": 1238183800,
            "stop": 1238184278
        },
        {
            "start": 1238184283,
            "stop": 1238184298
        },
        {
            "start": 1238184301,
            "stop": 1238184318
        },
        {
            "start": 1238184319,
            "stop": 1238184326
        },
        {
            "start": 1238184327,
            "stop": 1238184340
        },
        {
            "start": 1238184341,
            "stop": 1238184346
        },
        {
            "start": 1238184347,
            "stop": 1238184353
        },
        {
            "start": 1238184356,
            "stop": 1238184360
        },
        {
            "start": 1238184362,
            "stop": 1238184380
        },
        {
            "start": 1238184382,
            "stop": 1238184392
        }
    ]
}