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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=180",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 181,
    "results": [
        {
            "start": 1180388934,
            "stop": 1180388935
        },
        {
            "start": 1180388945,
            "stop": 1180388946
        },
        {
            "start": 1180388955,
            "stop": 1180389004
        },
        {
            "start": 1180389005,
            "stop": 1180389009
        },
        {
            "start": 1180389016,
            "stop": 1180389021
        },
        {
            "start": 1180389022,
            "stop": 1180389034
        },
        {
            "start": 1180389035,
            "stop": 1180389047
        },
        {
            "start": 1180389050,
            "stop": 1180389057
        },
        {
            "start": 1180389059,
            "stop": 1180389203
        },
        {
            "start": 1180389204,
            "stop": 1180389209
        },
        {
            "start": 1180389214,
            "stop": 1180389246
        },
        {
            "start": 1180389247,
            "stop": 1180389249
        },
        {
            "start": 1180389252,
            "stop": 1180389254
        },
        {
            "start": 1180389255,
            "stop": 1180389257
        },
        {
            "start": 1180389260,
            "stop": 1180389508
        },
        {
            "start": 1180389526,
            "stop": 1180389527
        },
        {
            "start": 1180389528,
            "stop": 1180389665
        },
        {
            "start": 1180389666,
            "stop": 1180394153
        },
        {
            "start": 1180403138,
            "stop": 1180453443
        },
        {
            "start": 1180469585,
            "stop": 1180470598
        }
    ]
}