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=276
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=275",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 276,
    "results": [
        {
            "start": 1137071637,
            "stop": 1137077746
        },
        {
            "start": 1137077753,
            "stop": 1137082762
        },
        {
            "start": 1137082770,
            "stop": 1137083867
        },
        {
            "start": 1137083869,
            "stop": 1137096932
        },
        {
            "start": 1137096934,
            "stop": 1137097551
        },
        {
            "start": 1137122581,
            "stop": 1137124008
        },
        {
            "start": 1137210884,
            "stop": 1137225353
        },
        {
            "start": 1137225361,
            "stop": 1137239282
        },
        {
            "start": 1137239290,
            "stop": 1137249595
        },
        {
            "start": 1137249603,
            "stop": 1137250700
        },
        {
            "start": 1137250708,
            "stop": 1137253524
        }
    ]
}