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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=212",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 213,
    "results": [
        {
            "start": 1183677208,
            "stop": 1183690200
        },
        {
            "start": 1183690680,
            "stop": 1183712930
        },
        {
            "start": 1183718435,
            "stop": 1183738067
        },
        {
            "start": 1183741025,
            "stop": 1183751764
        },
        {
            "start": 1183762077,
            "stop": 1183762545
        },
        {
            "start": 1183768249,
            "stop": 1183793640
        },
        {
            "start": 1183808757,
            "stop": 1183813454
        },
        {
            "start": 1183847323,
            "stop": 1183849194
        },
        {
            "start": 1183856843,
            "stop": 1183909816
        },
        {
            "start": 1183947019,
            "stop": 1183953966
        },
        {
            "start": 1183997522,
            "stop": 1184009745
        },
        {
            "start": 1184033242,
            "stop": 1184095681
        },
        {
            "start": 1184095683,
            "stop": 1184095733
        },
        {
            "start": 1184095734,
            "stop": 1184095756
        },
        {
            "start": 1184095757,
            "stop": 1184095785
        },
        {
            "start": 1184095787,
            "stop": 1184095795
        },
        {
            "start": 1184095796,
            "stop": 1184095903
        },
        {
            "start": 1184095904,
            "stop": 1184095955
        },
        {
            "start": 1184095956,
            "stop": 1184096017
        },
        {
            "start": 1184096019,
            "stop": 1184096025
        }
    ]
}