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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=19",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 20,
    "results": [
        {
            "start": 1172963684,
            "stop": 1172973746
        },
        {
            "start": 1172977289,
            "stop": 1172979886
        },
        {
            "start": 1172986826,
            "stop": 1172987464
        },
        {
            "start": 1172987697,
            "stop": 1173016814
        },
        {
            "start": 1173017446,
            "stop": 1173028939
        },
        {
            "start": 1173028944,
            "stop": 1173033081
        },
        {
            "start": 1173033101,
            "stop": 1173054841
        },
        {
            "start": 1173059279,
            "stop": 1173059715
        },
        {
            "start": 1173059745,
            "stop": 1173060210
        },
        {
            "start": 1173061369,
            "stop": 1173070650
        },
        {
            "start": 1173075303,
            "stop": 1173076079
        },
        {
            "start": 1173076323,
            "stop": 1173100667
        },
        {
            "start": 1173100694,
            "stop": 1173114716
        },
        {
            "start": 1173116020,
            "stop": 1173122439
        },
        {
            "start": 1173128431,
            "stop": 1173136402
        },
        {
            "start": 1173141413,
            "stop": 1173165552
        },
        {
            "start": 1173171307,
            "stop": 1173171603
        },
        {
            "start": 1173171732,
            "stop": 1173187847
        },
        {
            "start": 1173188679,
            "stop": 1173203660
        },
        {
            "start": 1173207542,
            "stop": 1173231577
        }
    ]
}