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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=25",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 26,
    "results": [
        {
            "start": 1175653829,
            "stop": 1175661471
        },
        {
            "start": 1175661481,
            "stop": 1175661948
        },
        {
            "start": 1175664976,
            "stop": 1175706198
        },
        {
            "start": 1175706545,
            "stop": 1175827930
        },
        {
            "start": 1175829134,
            "stop": 1175882057
        },
        {
            "start": 1175882060,
            "stop": 1175920863
        },
        {
            "start": 1175924117,
            "stop": 1175925000
        },
        {
            "start": 1175927595,
            "stop": 1175954196
        },
        {
            "start": 1175954247,
            "stop": 1175958642
        },
        {
            "start": 1175981917,
            "stop": 1175982706
        },
        {
            "start": 1175983235,
            "stop": 1175983414
        },
        {
            "start": 1175987395,
            "stop": 1176000781
        },
        {
            "start": 1176003152,
            "stop": 1176048049
        },
        {
            "start": 1176070112,
            "stop": 1176134094
        },
        {
            "start": 1176134780,
            "stop": 1176138362
        },
        {
            "start": 1176145519,
            "stop": 1176153124
        },
        {
            "start": 1176160812,
            "stop": 1176240064
        },
        {
            "start": 1176240430,
            "stop": 1176255831
        },
        {
            "start": 1176258789,
            "stop": 1176262900
        },
        {
            "start": 1176268869,
            "stop": 1176350520
        }
    ]
}