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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=71",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 72,
    "results": [
        {
            "start": 1165854827,
            "stop": 1165854846
        },
        {
            "start": 1165854847,
            "stop": 1165854868
        },
        {
            "start": 1165854869,
            "stop": 1165854874
        },
        {
            "start": 1165854875,
            "stop": 1165854913
        },
        {
            "start": 1165854914,
            "stop": 1165854925
        },
        {
            "start": 1165854926,
            "stop": 1165854941
        },
        {
            "start": 1165854942,
            "stop": 1165854986
        },
        {
            "start": 1165854987,
            "stop": 1165854988
        },
        {
            "start": 1165854989,
            "stop": 1165854996
        },
        {
            "start": 1165854998,
            "stop": 1165855022
        },
        {
            "start": 1165855024,
            "stop": 1165855086
        },
        {
            "start": 1165855088,
            "stop": 1165855090
        },
        {
            "start": 1165855091,
            "stop": 1165855095
        },
        {
            "start": 1165855096,
            "stop": 1165855111
        },
        {
            "start": 1165855113,
            "stop": 1165855119
        },
        {
            "start": 1165855120,
            "stop": 1165855122
        },
        {
            "start": 1165855123,
            "stop": 1165855143
        },
        {
            "start": 1165855144,
            "stop": 1165855145
        },
        {
            "start": 1165855146,
            "stop": 1165855192
        },
        {
            "start": 1165855193,
            "stop": 1165855194
        }
    ]
}