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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=39",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 40,
    "results": [
        {
            "start": 1186439064,
            "stop": 1186439168
        },
        {
            "start": 1186439384,
            "stop": 1186460391
        },
        {
            "start": 1186461995,
            "stop": 1186490403
        },
        {
            "start": 1186491849,
            "stop": 1186502512
        },
        {
            "start": 1186525344,
            "stop": 1186528322
        },
        {
            "start": 1186531499,
            "stop": 1186561208
        },
        {
            "start": 1186567619,
            "stop": 1186621174
        },
        {
            "start": 1186642632,
            "stop": 1186668195
        },
        {
            "start": 1186670799,
            "stop": 1186676273
        },
        {
            "start": 1186678230,
            "stop": 1186679835
        },
        {
            "start": 1186683875,
            "stop": 1186694318
        },
        {
            "start": 1186696765,
            "stop": 1186707549
        },
        {
            "start": 1186711427,
            "stop": 1186719874
        },
        {
            "start": 1186724287,
            "stop": 1186733720
        },
        {
            "start": 1186735558,
            "stop": 1186767946
        },
        {
            "start": 1186772314,
            "stop": 1186818067
        },
        {
            "start": 1186823504,
            "stop": 1186840847
        },
        {
            "start": 1186862417,
            "stop": 1186866203
        },
        {
            "start": 1186869098,
            "stop": 1186872861
        },
        {
            "start": 1186874761,
            "stop": 1186876539
        }
    ]
}