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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=530",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=528",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 529,
    "results": [
        {
            "start": 969205328,
            "stop": 969205568
        },
        {
            "start": 969205608,
            "stop": 969206201
        },
        {
            "start": 969215864,
            "stop": 969217237
        },
        {
            "start": 969220206,
            "stop": 969222169
        },
        {
            "start": 969224615,
            "stop": 969225129
        },
        {
            "start": 969225131,
            "stop": 969226885
        },
        {
            "start": 969229037,
            "stop": 969232363
        },
        {
            "start": 969237881,
            "stop": 969238477
        },
        {
            "start": 969240547,
            "stop": 969240603
        },
        {
            "start": 969244075,
            "stop": 969249644
        },
        {
            "start": 969249645,
            "stop": 969255336
        },
        {
            "start": 969258313,
            "stop": 969288234
        },
        {
            "start": 969290995,
            "stop": 969294675
        },
        {
            "start": 969294715,
            "stop": 969295706
        },
        {
            "start": 969299257,
            "stop": 969302473
        },
        {
            "start": 969308158,
            "stop": 969317637
        },
        {
            "start": 969322761,
            "stop": 969329841
        },
        {
            "start": 969332622,
            "stop": 969343637
        },
        {
            "start": 969345158,
            "stop": 969376958
        },
        {
            "start": 969376998,
            "stop": 969378918
        }
    ]
}