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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=229",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 230,
    "results": [
        {
            "start": 1186415109,
            "stop": 1186418824
        },
        {
            "start": 1186434257,
            "stop": 1186435161
        },
        {
            "start": 1186435169,
            "stop": 1186435194
        },
        {
            "start": 1186435201,
            "stop": 1186435954
        },
        {
            "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": 1186596698
        },
        {
            "start": 1186596707,
            "stop": 1186621174
        },
        {
            "start": 1186642632,
            "stop": 1186668195
        },
        {
            "start": 1186670799,
            "stop": 1186676273
        },
        {
            "start": 1186678230,
            "stop": 1186679820
        },
        {
            "start": 1186683875,
            "stop": 1186694318
        },
        {
            "start": 1186696765,
            "stop": 1186707240
        },
        {
            "start": 1186711427,
            "stop": 1186719874
        },
        {
            "start": 1186724287,
            "stop": 1186733720
        },
        {
            "start": 1186735558,
            "stop": 1186767946
        }
    ]
}