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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=14",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 15,
    "results": [
        {
            "start": 1170772232,
            "stop": 1170772334
        },
        {
            "start": 1170772356,
            "stop": 1170772440
        },
        {
            "start": 1170772449,
            "stop": 1170772526
        },
        {
            "start": 1170772569,
            "stop": 1170772603
        },
        {
            "start": 1170772627,
            "stop": 1170772672
        },
        {
            "start": 1170772777,
            "stop": 1170772868
        },
        {
            "start": 1170772879,
            "stop": 1170772945
        },
        {
            "start": 1170772975,
            "stop": 1170773007
        },
        {
            "start": 1170773020,
            "stop": 1170773149
        },
        {
            "start": 1170773158,
            "stop": 1170773176
        },
        {
            "start": 1170782626,
            "stop": 1170783827
        },
        {
            "start": 1170784483,
            "stop": 1170802815
        },
        {
            "start": 1170802901,
            "stop": 1170802918
        },
        {
            "start": 1170802949,
            "stop": 1170814112
        },
        {
            "start": 1170819744,
            "stop": 1170820925
        },
        {
            "start": 1170822686,
            "stop": 1170823695
        },
        {
            "start": 1170823702,
            "stop": 1170823718
        },
        {
            "start": 1170829066,
            "stop": 1170897069
        },
        {
            "start": 1170897180,
            "stop": 1170906761
        },
        {
            "start": 1170910933,
            "stop": 1170911528
        }
    ]
}