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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=273",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 274,
    "results": [
        {
            "start": 1136646991,
            "stop": 1136650093
        },
        {
            "start": 1136706986,
            "stop": 1136729805
        },
        {
            "start": 1136729807,
            "stop": 1136732475
        },
        {
            "start": 1136732484,
            "stop": 1136734467
        },
        {
            "start": 1136734474,
            "stop": 1136738031
        },
        {
            "start": 1136738040,
            "stop": 1136740384
        },
        {
            "start": 1136799305,
            "stop": 1136801202
        },
        {
            "start": 1136801869,
            "stop": 1136803840
        },
        {
            "start": 1136816633,
            "stop": 1136820859
        },
        {
            "start": 1136820867,
            "stop": 1136826646
        },
        {
            "start": 1136861219,
            "stop": 1136865128
        },
        {
            "start": 1136865136,
            "stop": 1136867643
        },
        {
            "start": 1136867651,
            "stop": 1136868251
        },
        {
            "start": 1136868259,
            "stop": 1136881672
        },
        {
            "start": 1136881674,
            "stop": 1136890840
        },
        {
            "start": 1136890848,
            "stop": 1136897561
        },
        {
            "start": 1136897569,
            "stop": 1136899326
        },
        {
            "start": 1136899334,
            "stop": 1136905429
        },
        {
            "start": 1136905437,
            "stop": 1136907996
        },
        {
            "start": 1136907998,
            "stop": 1136915389
        }
    ]
}