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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=19",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 20,
    "results": [
        {
            "start": 1247910363,
            "stop": 1247912067
        },
        {
            "start": 1247912195,
            "stop": 1247917160
        },
        {
            "start": 1247922809,
            "stop": 1247928353
        },
        {
            "start": 1247961430,
            "stop": 1247964303
        },
        {
            "start": 1247964867,
            "stop": 1247970123
        },
        {
            "start": 1247975221,
            "stop": 1247975791
        },
        {
            "start": 1248112047,
            "stop": 1248121393
        },
        {
            "start": 1248132101,
            "stop": 1248166473
        },
        {
            "start": 1248174783,
            "stop": 1248190587
        },
        {
            "start": 1248200538,
            "stop": 1248222434
        },
        {
            "start": 1248227074,
            "stop": 1248256984
        },
        {
            "start": 1248257434,
            "stop": 1248257699
        },
        {
            "start": 1248257812,
            "stop": 1248293660
        },
        {
            "start": 1248301517,
            "stop": 1248316295
        },
        {
            "start": 1248324915,
            "stop": 1248347145
        },
        {
            "start": 1248357903,
            "stop": 1248428214
        },
        {
            "start": 1248435935,
            "stop": 1248455991
        },
        {
            "start": 1248463179,
            "stop": 1248469306
        },
        {
            "start": 1248473427,
            "stop": 1248500420
        },
        {
            "start": 1248508635,
            "stop": 1248533196
        }
    ]
}