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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=219",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 220,
    "results": [
        {
            "start": 1184784069,
            "stop": 1184784070
        },
        {
            "start": 1184784075,
            "stop": 1184784076
        },
        {
            "start": 1184784077,
            "stop": 1184784078
        },
        {
            "start": 1184784080,
            "stop": 1184784082
        },
        {
            "start": 1184784083,
            "stop": 1184784117
        },
        {
            "start": 1184784118,
            "stop": 1184784131
        },
        {
            "start": 1184784135,
            "stop": 1184784141
        },
        {
            "start": 1184784142,
            "stop": 1184784167
        },
        {
            "start": 1184784168,
            "stop": 1184784212
        },
        {
            "start": 1184784213,
            "stop": 1184784239
        },
        {
            "start": 1184784246,
            "stop": 1184784253
        },
        {
            "start": 1184784256,
            "stop": 1184784259
        },
        {
            "start": 1184784260,
            "stop": 1184784261
        },
        {
            "start": 1184784264,
            "stop": 1184784268
        },
        {
            "start": 1184784269,
            "stop": 1184784279
        },
        {
            "start": 1184784281,
            "stop": 1184784286
        },
        {
            "start": 1184784288,
            "stop": 1184784303
        },
        {
            "start": 1184784307,
            "stop": 1184784309
        },
        {
            "start": 1184784313,
            "stop": 1184784315
        },
        {
            "start": 1184784317,
            "stop": 1184784318
        }
    ]
}