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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=66",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 67,
    "results": [
        {
            "start": 1175026930,
            "stop": 1175028880
        },
        {
            "start": 1175028890,
            "stop": 1175028900
        },
        {
            "start": 1175028910,
            "stop": 1175030360
        },
        {
            "start": 1175030370,
            "stop": 1175031210
        },
        {
            "start": 1175031300,
            "stop": 1175031310
        },
        {
            "start": 1175031320,
            "stop": 1175031360
        },
        {
            "start": 1175031370,
            "stop": 1175031380
        },
        {
            "start": 1175031390,
            "stop": 1175031400
        },
        {
            "start": 1175031410,
            "stop": 1175031420
        },
        {
            "start": 1175031430,
            "stop": 1175031460
        },
        {
            "start": 1175031470,
            "stop": 1175048869
        },
        {
            "start": 1175054893,
            "stop": 1175068853
        },
        {
            "start": 1175068854,
            "stop": 1175072230
        },
        {
            "start": 1175072233,
            "stop": 1175075001
        },
        {
            "start": 1175075006,
            "stop": 1175075316
        },
        {
            "start": 1175075318,
            "stop": 1175075560
        },
        {
            "start": 1175075568,
            "stop": 1175075721
        },
        {
            "start": 1175075722,
            "stop": 1175076069
        },
        {
            "start": 1175076070,
            "stop": 1175076776
        },
        {
            "start": 1175081139,
            "stop": 1175092749
        }
    ]
}