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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=28",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 29,
    "results": [
        {
            "start": 1171331873,
            "stop": 1171333525
        },
        {
            "start": 1171333527,
            "stop": 1171375089
        },
        {
            "start": 1171375091,
            "stop": 1171392584
        },
        {
            "start": 1171394973,
            "stop": 1171394996
        },
        {
            "start": 1171394998,
            "stop": 1171395019
        },
        {
            "start": 1171395021,
            "stop": 1171396363
        },
        {
            "start": 1171396365,
            "stop": 1171397123
        },
        {
            "start": 1171397125,
            "stop": 1171401069
        },
        {
            "start": 1171401071,
            "stop": 1171402161
        },
        {
            "start": 1171402285,
            "stop": 1171402972
        },
        {
            "start": 1171403080,
            "stop": 1171431030
        },
        {
            "start": 1171442112,
            "stop": 1171529220
        },
        {
            "start": 1171529390,
            "stop": 1171529645
        },
        {
            "start": 1171531847,
            "stop": 1171618584
        },
        {
            "start": 1171620863,
            "stop": 1171627059
        },
        {
            "start": 1171627061,
            "stop": 1171630910
        },
        {
            "start": 1171636468,
            "stop": 1171637007
        },
        {
            "start": 1171644002,
            "stop": 1171674104
        },
        {
            "start": 1171674106,
            "stop": 1171683060
        },
        {
            "start": 1171685589,
            "stop": 1171713461
        }
    ]
}