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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=54",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 55,
    "results": [
        {
            "start": 1165848307,
            "stop": 1165848308
        },
        {
            "start": 1165848309,
            "stop": 1165848340
        },
        {
            "start": 1165848342,
            "stop": 1165848346
        },
        {
            "start": 1165848350,
            "stop": 1165848360
        },
        {
            "start": 1165848362,
            "stop": 1165848372
        },
        {
            "start": 1165848374,
            "stop": 1165848386
        },
        {
            "start": 1165848387,
            "stop": 1165848395
        },
        {
            "start": 1165848396,
            "stop": 1165848408
        },
        {
            "start": 1165848409,
            "stop": 1165848418
        },
        {
            "start": 1165848419,
            "stop": 1165848431
        },
        {
            "start": 1165848432,
            "stop": 1165848489
        },
        {
            "start": 1165848491,
            "stop": 1165848506
        },
        {
            "start": 1165848507,
            "stop": 1165848522
        },
        {
            "start": 1165848523,
            "stop": 1165848537
        },
        {
            "start": 1165848538,
            "stop": 1165848543
        },
        {
            "start": 1165848544,
            "stop": 1165848559
        },
        {
            "start": 1165848561,
            "stop": 1165848563
        },
        {
            "start": 1165848564,
            "stop": 1165848571
        },
        {
            "start": 1165848572,
            "stop": 1165848579
        },
        {
            "start": 1165848580,
            "stop": 1165848595
        }
    ]
}