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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=86",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 87,
    "results": [
        {
            "start": 1131059356,
            "stop": 1131059375
        },
        {
            "start": 1131059376,
            "stop": 1131059377
        },
        {
            "start": 1131059379,
            "stop": 1131059381
        },
        {
            "start": 1131059382,
            "stop": 1131059413
        },
        {
            "start": 1131059414,
            "stop": 1131059432
        },
        {
            "start": 1131059433,
            "stop": 1131059467
        },
        {
            "start": 1131059468,
            "stop": 1131059473
        },
        {
            "start": 1131059475,
            "stop": 1131059479
        },
        {
            "start": 1131059480,
            "stop": 1131059498
        },
        {
            "start": 1131059499,
            "stop": 1131059516
        },
        {
            "start": 1131059517,
            "stop": 1131059557
        },
        {
            "start": 1131059559,
            "stop": 1131059562
        },
        {
            "start": 1131059564,
            "stop": 1131062889
        },
        {
            "start": 1131062891,
            "stop": 1131062892
        },
        {
            "start": 1131062894,
            "stop": 1131062903
        },
        {
            "start": 1131062904,
            "stop": 1131062910
        },
        {
            "start": 1131062911,
            "stop": 1131062913
        },
        {
            "start": 1131062915,
            "stop": 1131062957
        },
        {
            "start": 1131062958,
            "stop": 1131062976
        },
        {
            "start": 1131062982,
            "stop": 1131062983
        }
    ]
}