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/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=27",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 28,
    "results": [
        {
            "start": 819229819,
            "stop": 819238887
        },
        {
            "start": 819242168,
            "stop": 819269452
        },
        {
            "start": 819270142,
            "stop": 819281248
        },
        {
            "start": 819281280,
            "stop": 819295079
        },
        {
            "start": 819295551,
            "stop": 819308233
        },
        {
            "start": 819311777,
            "stop": 819317104
        },
        {
            "start": 819318028,
            "stop": 819323072
        },
        {
            "start": 819323104,
            "stop": 819325363
        },
        {
            "start": 819326651,
            "stop": 819337984
        },
        {
            "start": 819338016,
            "stop": 819346368
        },
        {
            "start": 819346400,
            "stop": 819347977
        },
        {
            "start": 819351752,
            "stop": 819355866
        },
        {
            "start": 819356150,
            "stop": 819359520
        },
        {
            "start": 819359552,
            "stop": 819361824
        },
        {
            "start": 819361856,
            "stop": 819371136
        },
        {
            "start": 819371168,
            "stop": 819392424
        },
        {
            "start": 819392427,
            "stop": 819401351
        },
        {
            "start": 819403058,
            "stop": 819409213
        },
        {
            "start": 819411369,
            "stop": 819424992
        },
        {
            "start": 819425024,
            "stop": 819425440
        }
    ]
}