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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=16",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 17,
    "results": [
        {
            "start": 1165133596,
            "stop": 1165133621
        },
        {
            "start": 1165133622,
            "stop": 1165133646
        },
        {
            "start": 1165133648,
            "stop": 1165133666
        },
        {
            "start": 1165133667,
            "stop": 1165133696
        },
        {
            "start": 1165133697,
            "stop": 1165133714
        },
        {
            "start": 1165133715,
            "stop": 1165133746
        },
        {
            "start": 1165133747,
            "stop": 1165133769
        },
        {
            "start": 1165133770,
            "stop": 1165133780
        },
        {
            "start": 1165133782,
            "stop": 1165133828
        },
        {
            "start": 1165133830,
            "stop": 1165133902
        },
        {
            "start": 1165133903,
            "stop": 1165133917
        },
        {
            "start": 1165133919,
            "stop": 1165133922
        },
        {
            "start": 1165133923,
            "stop": 1165134138
        },
        {
            "start": 1165134139,
            "stop": 1165134151
        },
        {
            "start": 1165134152,
            "stop": 1165134214
        },
        {
            "start": 1165134217,
            "stop": 1165134359
        },
        {
            "start": 1165134360,
            "stop": 1165134373
        },
        {
            "start": 1165134374,
            "stop": 1165134382
        },
        {
            "start": 1165134383,
            "stop": 1165134416
        },
        {
            "start": 1165134417,
            "stop": 1165134648
        }
    ]
}