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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=74",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 75,
    "results": [
        {
            "start": 1175290226,
            "stop": 1175290572
        },
        {
            "start": 1175290578,
            "stop": 1175291170
        },
        {
            "start": 1175291190,
            "stop": 1175291944
        },
        {
            "start": 1175291946,
            "stop": 1175292800
        },
        {
            "start": 1175292840,
            "stop": 1175293130
        },
        {
            "start": 1175293140,
            "stop": 1175293160
        },
        {
            "start": 1175293180,
            "stop": 1175293200
        },
        {
            "start": 1175293210,
            "stop": 1175293282
        },
        {
            "start": 1175293284,
            "stop": 1175293290
        },
        {
            "start": 1175293370,
            "stop": 1175293431
        },
        {
            "start": 1175293434,
            "stop": 1175293456
        },
        {
            "start": 1175293457,
            "stop": 1175293466
        },
        {
            "start": 1175293468,
            "stop": 1175293473
        },
        {
            "start": 1175293475,
            "stop": 1175293510
        },
        {
            "start": 1175293600,
            "stop": 1175295484
        },
        {
            "start": 1175295485,
            "stop": 1175295860
        },
        {
            "start": 1175295880,
            "stop": 1175295960
        },
        {
            "start": 1175295970,
            "stop": 1175309840
        },
        {
            "start": 1175309841,
            "stop": 1175309849
        },
        {
            "start": 1175309851,
            "stop": 1175310009
        }
    ]
}