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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=228",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 229,
    "results": [
        {
            "start": 1186177222,
            "stop": 1186177348
        },
        {
            "start": 1186177349,
            "stop": 1186177559
        },
        {
            "start": 1186177562,
            "stop": 1186177829
        },
        {
            "start": 1186177831,
            "stop": 1186177959
        },
        {
            "start": 1186177960,
            "stop": 1186178239
        },
        {
            "start": 1186178241,
            "stop": 1186178552
        },
        {
            "start": 1186178553,
            "stop": 1186180535
        },
        {
            "start": 1186180536,
            "stop": 1186180697
        },
        {
            "start": 1186180698,
            "stop": 1186180702
        },
        {
            "start": 1186180704,
            "stop": 1186180780
        },
        {
            "start": 1186180781,
            "stop": 1186201219
        },
        {
            "start": 1186203525,
            "stop": 1186235394
        },
        {
            "start": 1186262248,
            "stop": 1186271220
        },
        {
            "start": 1186271700,
            "stop": 1186271760
        },
        {
            "start": 1186281181,
            "stop": 1186295100
        },
        {
            "start": 1186295280,
            "stop": 1186295400
        },
        {
            "start": 1186295460,
            "stop": 1186295580
        },
        {
            "start": 1186295640,
            "stop": 1186304054
        },
        {
            "start": 1186307188,
            "stop": 1186329803
        },
        {
            "start": 1186342315,
            "stop": 1186415107
        }
    ]
}