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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=85",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 86,
    "results": [
        {
            "start": 1175436442,
            "stop": 1175436449
        },
        {
            "start": 1175436451,
            "stop": 1175436665
        },
        {
            "start": 1175436666,
            "stop": 1175436744
        },
        {
            "start": 1175436746,
            "stop": 1175437308
        },
        {
            "start": 1175437317,
            "stop": 1175437419
        },
        {
            "start": 1175438061,
            "stop": 1175438730
        },
        {
            "start": 1175438734,
            "stop": 1175438846
        },
        {
            "start": 1175438850,
            "stop": 1175443458
        },
        {
            "start": 1175443459,
            "stop": 1175443470
        },
        {
            "start": 1175443472,
            "stop": 1175443633
        },
        {
            "start": 1175443636,
            "stop": 1175443789
        },
        {
            "start": 1175443790,
            "stop": 1175443793
        },
        {
            "start": 1175443798,
            "stop": 1175443814
        },
        {
            "start": 1175443822,
            "stop": 1175443866
        },
        {
            "start": 1175443867,
            "stop": 1175443887
        },
        {
            "start": 1175443891,
            "stop": 1175443907
        },
        {
            "start": 1175443910,
            "stop": 1175443920
        },
        {
            "start": 1175443922,
            "stop": 1175443932
        },
        {
            "start": 1175443933,
            "stop": 1175443934
        },
        {
            "start": 1175443936,
            "stop": 1175444201
        }
    ]
}