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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7710",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7708",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7709,
    "results": [
        {
            "start": 971510634,
            "stop": 971510635
        },
        {
            "start": 971510638,
            "stop": 971510659
        },
        {
            "start": 971510662,
            "stop": 971510666
        },
        {
            "start": 971510669,
            "stop": 971510675
        },
        {
            "start": 971510678,
            "stop": 971510696
        },
        {
            "start": 971510699,
            "stop": 971510842
        },
        {
            "start": 971510845,
            "stop": 971510861
        },
        {
            "start": 971510864,
            "stop": 971510875
        },
        {
            "start": 971510878,
            "stop": 971510917
        },
        {
            "start": 971510920,
            "stop": 971510937
        },
        {
            "start": 971510940,
            "stop": 971510948
        },
        {
            "start": 971510951,
            "stop": 971511100
        },
        {
            "start": 971511103,
            "stop": 971511132
        },
        {
            "start": 971511136,
            "stop": 971511138
        },
        {
            "start": 971511141,
            "stop": 971511161
        },
        {
            "start": 971511164,
            "stop": 971511212
        },
        {
            "start": 971511217,
            "stop": 971511246
        },
        {
            "start": 971511252,
            "stop": 971511270
        },
        {
            "start": 971511273,
            "stop": 971511276
        },
        {
            "start": 971511279,
            "stop": 971511356
        }
    ]
}