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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=80",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 81,
    "results": [
        {
            "start": 816510420,
            "stop": 816510974
        },
        {
            "start": 816510977,
            "stop": 816512096
        },
        {
            "start": 816512101,
            "stop": 816512264
        },
        {
            "start": 816512741,
            "stop": 816513032
        },
        {
            "start": 816513036,
            "stop": 816513048
        },
        {
            "start": 816513062,
            "stop": 816513068
        },
        {
            "start": 816513084,
            "stop": 816513887
        },
        {
            "start": 816513890,
            "stop": 816514533
        },
        {
            "start": 816514541,
            "stop": 816514613
        },
        {
            "start": 816514616,
            "stop": 816514949
        },
        {
            "start": 816514952,
            "stop": 816515276
        },
        {
            "start": 816515280,
            "stop": 816516513
        },
        {
            "start": 816516516,
            "stop": 816516520
        },
        {
            "start": 816516526,
            "stop": 816516814
        },
        {
            "start": 816516817,
            "stop": 816516918
        },
        {
            "start": 816516924,
            "stop": 816518034
        },
        {
            "start": 816518038,
            "stop": 816518449
        },
        {
            "start": 816520882,
            "stop": 816523197
        },
        {
            "start": 816523201,
            "stop": 816523951
        },
        {
            "start": 816523956,
            "stop": 816523991
        }
    ]
}