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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=79",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 80,
    "results": [
        {
            "start": 1175401633,
            "stop": 1175401687
        },
        {
            "start": 1175401688,
            "stop": 1175401701
        },
        {
            "start": 1175401705,
            "stop": 1175401709
        },
        {
            "start": 1175401711,
            "stop": 1175401747
        },
        {
            "start": 1175401750,
            "stop": 1175401756
        },
        {
            "start": 1175401760,
            "stop": 1175401767
        },
        {
            "start": 1175401768,
            "stop": 1175401788
        },
        {
            "start": 1175401789,
            "stop": 1175401790
        },
        {
            "start": 1175401791,
            "stop": 1175401802
        },
        {
            "start": 1175401808,
            "stop": 1175401809
        },
        {
            "start": 1175401810,
            "stop": 1175401861
        },
        {
            "start": 1175401879,
            "stop": 1175401886
        },
        {
            "start": 1175401890,
            "stop": 1175401906
        },
        {
            "start": 1175401922,
            "stop": 1175402049
        },
        {
            "start": 1175402053,
            "stop": 1175402114
        },
        {
            "start": 1175402120,
            "stop": 1175402121
        },
        {
            "start": 1175402129,
            "stop": 1175402131
        },
        {
            "start": 1175402143,
            "stop": 1175402157
        },
        {
            "start": 1175402161,
            "stop": 1175402186
        },
        {
            "start": 1175402187,
            "stop": 1175402254
        }
    ]
}