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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=224",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 225,
    "results": [
        {
            "start": 1185456524,
            "stop": 1185493487
        },
        {
            "start": 1185499911,
            "stop": 1185509870
        },
        {
            "start": 1185511782,
            "stop": 1185567246
        },
        {
            "start": 1185582177,
            "stop": 1185631465
        },
        {
            "start": 1185648024,
            "stop": 1185686035
        },
        {
            "start": 1185688134,
            "stop": 1185692842
        },
        {
            "start": 1185695189,
            "stop": 1185703715
        },
        {
            "start": 1185706914,
            "stop": 1185714093
        },
        {
            "start": 1185717215,
            "stop": 1185722495
        },
        {
            "start": 1185722497,
            "stop": 1185725680
        },
        {
            "start": 1185749276,
            "stop": 1185764509
        },
        {
            "start": 1185766529,
            "stop": 1185813600
        },
        {
            "start": 1185828532,
            "stop": 1185852415
        },
        {
            "start": 1185859580,
            "stop": 1185865410
        },
        {
            "start": 1185865412,
            "stop": 1185865512
        },
        {
            "start": 1185865513,
            "stop": 1185865515
        },
        {
            "start": 1185865517,
            "stop": 1185865523
        },
        {
            "start": 1185865524,
            "stop": 1185865598
        },
        {
            "start": 1185865599,
            "stop": 1185865602
        },
        {
            "start": 1185865603,
            "stop": 1185865609
        }
    ]
}