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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=75",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 76,
    "results": [
        {
            "start": 1175310012,
            "stop": 1175310014
        },
        {
            "start": 1175310016,
            "stop": 1175310048
        },
        {
            "start": 1175310049,
            "stop": 1175310143
        },
        {
            "start": 1175310145,
            "stop": 1175310146
        },
        {
            "start": 1175310153,
            "stop": 1175310513
        },
        {
            "start": 1175310515,
            "stop": 1175310516
        },
        {
            "start": 1175310522,
            "stop": 1175310855
        },
        {
            "start": 1175310857,
            "stop": 1175310903
        },
        {
            "start": 1175310904,
            "stop": 1175310905
        },
        {
            "start": 1175310910,
            "stop": 1175311159
        },
        {
            "start": 1175311163,
            "stop": 1175335222
        },
        {
            "start": 1175335223,
            "stop": 1175335556
        },
        {
            "start": 1175335558,
            "stop": 1175336323
        },
        {
            "start": 1175336325,
            "stop": 1175336326
        },
        {
            "start": 1175336334,
            "stop": 1175344120
        },
        {
            "start": 1175344130,
            "stop": 1175346161
        },
        {
            "start": 1175350812,
            "stop": 1175350890
        },
        {
            "start": 1175350900,
            "stop": 1175351317
        },
        {
            "start": 1175351322,
            "stop": 1175352700
        },
        {
            "start": 1175352710,
            "stop": 1175353070
        }
    ]
}