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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=62",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 63,
    "results": [
        {
            "start": 1165851681,
            "stop": 1165851782
        },
        {
            "start": 1165851784,
            "stop": 1165851809
        },
        {
            "start": 1165851811,
            "stop": 1165851821
        },
        {
            "start": 1165851822,
            "stop": 1165851840
        },
        {
            "start": 1165851841,
            "stop": 1165851848
        },
        {
            "start": 1165851850,
            "stop": 1165851857
        },
        {
            "start": 1165851861,
            "stop": 1165851872
        },
        {
            "start": 1165851874,
            "stop": 1165851893
        },
        {
            "start": 1165851894,
            "stop": 1165851925
        },
        {
            "start": 1165851926,
            "stop": 1165851958
        },
        {
            "start": 1165851959,
            "stop": 1165852082
        },
        {
            "start": 1165852084,
            "stop": 1165852088
        },
        {
            "start": 1165852090,
            "stop": 1165852097
        },
        {
            "start": 1165852098,
            "stop": 1165852101
        },
        {
            "start": 1165852102,
            "stop": 1165852108
        },
        {
            "start": 1165852109,
            "stop": 1165852128
        },
        {
            "start": 1165852129,
            "stop": 1165852170
        },
        {
            "start": 1165852171,
            "stop": 1165852207
        },
        {
            "start": 1165852208,
            "stop": 1165852210
        },
        {
            "start": 1165852211,
            "stop": 1165852229
        }
    ]
}