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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=147",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 148,
    "results": [
        {
            "start": 1177430456,
            "stop": 1177430545
        },
        {
            "start": 1177430549,
            "stop": 1177430555
        },
        {
            "start": 1177430560,
            "stop": 1177430568
        },
        {
            "start": 1177430570,
            "stop": 1177430882
        },
        {
            "start": 1177430885,
            "stop": 1177430890
        },
        {
            "start": 1177430895,
            "stop": 1177430901
        },
        {
            "start": 1177430906,
            "stop": 1177430912
        },
        {
            "start": 1177430917,
            "stop": 1177430922
        },
        {
            "start": 1177430928,
            "stop": 1177430933
        },
        {
            "start": 1177430940,
            "stop": 1177430944
        },
        {
            "start": 1177430951,
            "stop": 1177431043
        },
        {
            "start": 1177431049,
            "stop": 1177431053
        },
        {
            "start": 1177431060,
            "stop": 1177431063
        },
        {
            "start": 1177431070,
            "stop": 1177431133
        },
        {
            "start": 1177431137,
            "stop": 1177431141
        },
        {
            "start": 1177431149,
            "stop": 1177431153
        },
        {
            "start": 1177431160,
            "stop": 1177431170
        },
        {
            "start": 1177431172,
            "stop": 1177431180
        },
        {
            "start": 1177431185,
            "stop": 1177431190
        },
        {
            "start": 1177431197,
            "stop": 1177431202
        }
    ]
}