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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=97",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 98,
    "results": [
        {
            "start": 1134791058,
            "stop": 1134791095
        },
        {
            "start": 1134791098,
            "stop": 1134791118
        },
        {
            "start": 1134791121,
            "stop": 1134791138
        },
        {
            "start": 1134791141,
            "stop": 1134791158
        },
        {
            "start": 1134791161,
            "stop": 1134791176
        },
        {
            "start": 1134791179,
            "stop": 1134791195
        },
        {
            "start": 1134791198,
            "stop": 1134791218
        },
        {
            "start": 1134791221,
            "stop": 1134791257
        },
        {
            "start": 1134791260,
            "stop": 1134791289
        },
        {
            "start": 1134791292,
            "stop": 1134791306
        },
        {
            "start": 1134791309,
            "stop": 1134791321
        },
        {
            "start": 1134791324,
            "stop": 1134791329
        },
        {
            "start": 1134791332,
            "stop": 1134791337
        },
        {
            "start": 1134791340,
            "stop": 1134791344
        },
        {
            "start": 1134791347,
            "stop": 1134791350
        },
        {
            "start": 1134791353,
            "stop": 1134791354
        },
        {
            "start": 1134791357,
            "stop": 1134791360
        },
        {
            "start": 1134791363,
            "stop": 1134791367
        },
        {
            "start": 1134791370,
            "stop": 1134791374
        },
        {
            "start": 1134791379,
            "stop": 1134791415
        }
    ]
}