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/H1_CBC_CAT2/segments?format=api&page=98
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=97",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 98,
    "results": [
        {
            "start": 1175798611,
            "stop": 1175798618
        },
        {
            "start": 1175798636,
            "stop": 1175798651
        },
        {
            "start": 1175798656,
            "stop": 1175798657
        },
        {
            "start": 1175798658,
            "stop": 1175798659
        },
        {
            "start": 1175798660,
            "stop": 1175798736
        },
        {
            "start": 1175798737,
            "stop": 1175798753
        },
        {
            "start": 1175798755,
            "stop": 1175798757
        },
        {
            "start": 1175798758,
            "stop": 1175799368
        },
        {
            "start": 1175799370,
            "stop": 1175800417
        },
        {
            "start": 1175800418,
            "stop": 1175800435
        },
        {
            "start": 1175800439,
            "stop": 1175800487
        },
        {
            "start": 1175800491,
            "stop": 1175800493
        },
        {
            "start": 1175800497,
            "stop": 1175800516
        },
        {
            "start": 1175800517,
            "stop": 1175800574
        },
        {
            "start": 1175800579,
            "stop": 1175800616
        },
        {
            "start": 1175800617,
            "stop": 1175800630
        },
        {
            "start": 1175800638,
            "stop": 1175800641
        },
        {
            "start": 1175800647,
            "stop": 1175800663
        },
        {
            "start": 1175800671,
            "stop": 1175800672
        },
        {
            "start": 1175800689,
            "stop": 1175800691
        }
    ]
}