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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=121",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 122,
    "results": [
        {
            "start": 1239000778,
            "stop": 1239001251
        },
        {
            "start": 1239001255,
            "stop": 1239006570
        },
        {
            "start": 1239006574,
            "stop": 1239007052
        },
        {
            "start": 1239007057,
            "stop": 1239007232
        },
        {
            "start": 1239007261,
            "stop": 1239007393
        },
        {
            "start": 1239007398,
            "stop": 1239007527
        },
        {
            "start": 1239007532,
            "stop": 1239007841
        },
        {
            "start": 1239007845,
            "stop": 1239008320
        },
        {
            "start": 1239008324,
            "stop": 1239008721
        },
        {
            "start": 1239008726,
            "stop": 1239008853
        },
        {
            "start": 1239008858,
            "stop": 1239008908
        },
        {
            "start": 1239008913,
            "stop": 1239008985
        },
        {
            "start": 1239008990,
            "stop": 1239008995
        },
        {
            "start": 1239009000,
            "stop": 1239009020
        },
        {
            "start": 1239009025,
            "stop": 1239009139
        },
        {
            "start": 1239009144,
            "stop": 1239009156
        },
        {
            "start": 1239009161,
            "stop": 1239009175
        },
        {
            "start": 1239009180,
            "stop": 1239009186
        },
        {
            "start": 1239009191,
            "stop": 1239009194
        },
        {
            "start": 1239009204,
            "stop": 1239009219
        }
    ]
}