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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1145",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1143",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1144,
    "results": [
        {
            "start": 1136512122,
            "stop": 1136512132
        },
        {
            "start": 1136512135,
            "stop": 1136512140
        },
        {
            "start": 1136512143,
            "stop": 1136512155
        },
        {
            "start": 1136512158,
            "stop": 1136512176
        },
        {
            "start": 1136512179,
            "stop": 1136512191
        },
        {
            "start": 1136512194,
            "stop": 1136512211
        },
        {
            "start": 1136512214,
            "stop": 1136512225
        },
        {
            "start": 1136512229,
            "stop": 1136512247
        },
        {
            "start": 1136512250,
            "stop": 1136512253
        },
        {
            "start": 1136512256,
            "stop": 1136512260
        },
        {
            "start": 1136512263,
            "stop": 1136512272
        },
        {
            "start": 1136512275,
            "stop": 1136512284
        },
        {
            "start": 1136512287,
            "stop": 1136512297
        },
        {
            "start": 1136512300,
            "stop": 1136512306
        },
        {
            "start": 1136512309,
            "stop": 1136512324
        },
        {
            "start": 1136512327,
            "stop": 1136512343
        },
        {
            "start": 1136512346,
            "stop": 1136512356
        },
        {
            "start": 1136512359,
            "stop": 1136512372
        },
        {
            "start": 1136512375,
            "stop": 1136512382
        },
        {
            "start": 1136512385,
            "stop": 1136512393
        }
    ]
}