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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=154",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 155,
    "results": [
        {
            "start": 1176763173,
            "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
        },
        {
            "start": 1176767520,
            "stop": 1176767522
        },
        {
            "start": 1176767529,
            "stop": 1176767530
        },
        {
            "start": 1176767545,
            "stop": 1176767547
        },
        {
            "start": 1176767552,
            "stop": 1176767554
        },
        {
            "start": 1176767560,
            "stop": 1176767563
        },
        {
            "start": 1176767571,
            "stop": 1176767580
        }
    ]
}