Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=193
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=192",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 193,
    "results": [
        {
            "start": 1176736983,
            "stop": 1176736984
        },
        {
            "start": 1176736985,
            "stop": 1176739235
        },
        {
            "start": 1176755416,
            "stop": 1176755598
        },
        {
            "start": 1176755601,
            "stop": 1176762434
        },
        {
            "start": 1176762437,
            "stop": 1176763172
        },
        {
            "start": 1176763173,
            "stop": 1176763690
        },
        {
            "start": 1176763694,
            "stop": 1176764180
        },
        {
            "start": 1176764855,
            "stop": 1176764920
        },
        {
            "start": 1176764921,
            "stop": 1176766700
        },
        {
            "start": 1176766704,
            "stop": 1176767318
        },
        {
            "start": 1176767320,
            "stop": 1176767382
        },
        {
            "start": 1176767393,
            "stop": 1176767400
        },
        {
            "start": 1176767405,
            "stop": 1176767407
        },
        {
            "start": 1176767412,
            "stop": 1176767415
        },
        {
            "start": 1176767447,
            "stop": 1176767449
        },
        {
            "start": 1176767455,
            "stop": 1176767464
        },
        {
            "start": 1176767472,
            "stop": 1176767482
        },
        {
            "start": 1176767488,
            "stop": 1176767490
        },
        {
            "start": 1176767495,
            "stop": 1176767499
        },
        {
            "start": 1176767504,
            "stop": 1176767514
        }
    ]
}