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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=30",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 31,
    "results": [
        {
            "start": 1171729715,
            "stop": 1171729763
        },
        {
            "start": 1171729765,
            "stop": 1171729776
        },
        {
            "start": 1171729778,
            "stop": 1171729872
        },
        {
            "start": 1171729874,
            "stop": 1171729888
        },
        {
            "start": 1171729890,
            "stop": 1171729969
        },
        {
            "start": 1171729971,
            "stop": 1171729981
        },
        {
            "start": 1171729983,
            "stop": 1171730053
        },
        {
            "start": 1171730055,
            "stop": 1171730085
        },
        {
            "start": 1171730087,
            "stop": 1171730092
        },
        {
            "start": 1171730094,
            "stop": 1171730115
        },
        {
            "start": 1171730117,
            "stop": 1171730164
        },
        {
            "start": 1171745142,
            "stop": 1171823121
        },
        {
            "start": 1171823123,
            "stop": 1171825518
        },
        {
            "start": 1171825520,
            "stop": 1171835327
        },
        {
            "start": 1171835329,
            "stop": 1171836567
        },
        {
            "start": 1171836569,
            "stop": 1171836627
        },
        {
            "start": 1171836632,
            "stop": 1171836768
        },
        {
            "start": 1171836770,
            "stop": 1171837103
        },
        {
            "start": 1171837105,
            "stop": 1171837114
        },
        {
            "start": 1171837118,
            "stop": 1171837187
        }
    ]
}