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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=356",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 357,
    "results": [
        {
            "start": 1182560399,
            "stop": 1182560401
        },
        {
            "start": 1182560404,
            "stop": 1182560406
        },
        {
            "start": 1182560409,
            "stop": 1182560423
        },
        {
            "start": 1182560428,
            "stop": 1182560434
        },
        {
            "start": 1182560435,
            "stop": 1182560438
        },
        {
            "start": 1182560439,
            "stop": 1182560473
        },
        {
            "start": 1182560475,
            "stop": 1182560488
        },
        {
            "start": 1182560499,
            "stop": 1182560504
        },
        {
            "start": 1182560507,
            "stop": 1182560508
        },
        {
            "start": 1182560512,
            "stop": 1182560515
        },
        {
            "start": 1182560516,
            "stop": 1182560517
        },
        {
            "start": 1182560528,
            "stop": 1182560543
        },
        {
            "start": 1182560545,
            "stop": 1182560548
        },
        {
            "start": 1182560551,
            "stop": 1182560552
        },
        {
            "start": 1182560557,
            "stop": 1182560559
        },
        {
            "start": 1182560567,
            "stop": 1182560568
        },
        {
            "start": 1182560570,
            "stop": 1182560571
        },
        {
            "start": 1182560577,
            "stop": 1182560579
        },
        {
            "start": 1182560589,
            "stop": 1182560595
        },
        {
            "start": 1182560596,
            "stop": 1182560600
        }
    ]
}