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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1139",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1137",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1138,
    "results": [
        {
            "start": 1136461215,
            "stop": 1136461257
        },
        {
            "start": 1136461260,
            "stop": 1136461282
        },
        {
            "start": 1136461285,
            "stop": 1136461695
        },
        {
            "start": 1136461698,
            "stop": 1136461706
        },
        {
            "start": 1136461709,
            "stop": 1136461720
        },
        {
            "start": 1136461723,
            "stop": 1136461741
        },
        {
            "start": 1136461744,
            "stop": 1136461749
        },
        {
            "start": 1136461751,
            "stop": 1136461754
        },
        {
            "start": 1136461757,
            "stop": 1136461805
        },
        {
            "start": 1136461808,
            "stop": 1136461840
        },
        {
            "start": 1136461844,
            "stop": 1136461862
        },
        {
            "start": 1136461865,
            "stop": 1136461899
        },
        {
            "start": 1136461902,
            "stop": 1136461939
        },
        {
            "start": 1136461942,
            "stop": 1136461989
        },
        {
            "start": 1136461992,
            "stop": 1136462056
        },
        {
            "start": 1136462059,
            "stop": 1136462098
        },
        {
            "start": 1136462101,
            "stop": 1136462143
        },
        {
            "start": 1136462146,
            "stop": 1136462203
        },
        {
            "start": 1136462206,
            "stop": 1136462240
        },
        {
            "start": 1136462243,
            "stop": 1136462287
        }
    ]
}