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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=147",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 148,
    "results": [
        {
            "start": 1135053205,
            "stop": 1135053211
        },
        {
            "start": 1135053214,
            "stop": 1135053217
        },
        {
            "start": 1135053220,
            "stop": 1135053221
        },
        {
            "start": 1135053225,
            "stop": 1135053226
        },
        {
            "start": 1135053229,
            "stop": 1135053232
        },
        {
            "start": 1135053235,
            "stop": 1135053236
        },
        {
            "start": 1135053239,
            "stop": 1135053244
        },
        {
            "start": 1135053247,
            "stop": 1135053252
        },
        {
            "start": 1135053258,
            "stop": 1135053269
        },
        {
            "start": 1135053272,
            "stop": 1135053277
        },
        {
            "start": 1135053280,
            "stop": 1135053283
        },
        {
            "start": 1135053286,
            "stop": 1135053292
        },
        {
            "start": 1135053295,
            "stop": 1135053297
        },
        {
            "start": 1135053303,
            "stop": 1135053304
        },
        {
            "start": 1135053307,
            "stop": 1135053311
        },
        {
            "start": 1135053314,
            "stop": 1135053323
        },
        {
            "start": 1135053326,
            "stop": 1135053330
        },
        {
            "start": 1135053333,
            "stop": 1135053337
        },
        {
            "start": 1135053340,
            "stop": 1135053342
        },
        {
            "start": 1135053345,
            "stop": 1135053347
        }
    ]
}