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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=26",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 27,
    "results": [
        {
            "start": 931245911,
            "stop": 931245925
        },
        {
            "start": 931245927,
            "stop": 931245946
        },
        {
            "start": 931245948,
            "stop": 931245977
        },
        {
            "start": 931245979,
            "stop": 931245983
        },
        {
            "start": 931245986,
            "stop": 931245988
        },
        {
            "start": 931245996,
            "stop": 931246037
        },
        {
            "start": 931246039,
            "stop": 931246056
        },
        {
            "start": 931246058,
            "stop": 931246060
        },
        {
            "start": 931246062,
            "stop": 931246067
        },
        {
            "start": 931246069,
            "stop": 931246070
        },
        {
            "start": 931246077,
            "stop": 931246079
        },
        {
            "start": 931246081,
            "stop": 931246082
        },
        {
            "start": 931246087,
            "stop": 931246102
        },
        {
            "start": 931246104,
            "stop": 931246118
        },
        {
            "start": 931246127,
            "stop": 931246140
        },
        {
            "start": 931246143,
            "stop": 931246153
        },
        {
            "start": 931246155,
            "stop": 931246162
        },
        {
            "start": 931246165,
            "stop": 931246181
        },
        {
            "start": 931246183,
            "stop": 931246192
        },
        {
            "start": 931246194,
            "stop": 931246208
        }
    ]
}