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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=89",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 90,
    "results": [
        {
            "start": 931317834,
            "stop": 931317836
        },
        {
            "start": 931317840,
            "stop": 931317842
        },
        {
            "start": 931317844,
            "stop": 931317849
        },
        {
            "start": 931317851,
            "stop": 931317856
        },
        {
            "start": 931317859,
            "stop": 931317864
        },
        {
            "start": 931317866,
            "stop": 931317869
        },
        {
            "start": 931317882,
            "stop": 931317886
        },
        {
            "start": 931317889,
            "stop": 931317892
        },
        {
            "start": 931317897,
            "stop": 931317906
        },
        {
            "start": 931317910,
            "stop": 931317913
        },
        {
            "start": 931317916,
            "stop": 931317942
        },
        {
            "start": 931317944,
            "stop": 931317952
        },
        {
            "start": 931317955,
            "stop": 931317957
        },
        {
            "start": 931317959,
            "stop": 931317962
        },
        {
            "start": 931317964,
            "stop": 931317968
        },
        {
            "start": 931317970,
            "stop": 931317977
        },
        {
            "start": 931317979,
            "stop": 931317998
        },
        {
            "start": 931318000,
            "stop": 931318001
        },
        {
            "start": 931318003,
            "stop": 931318008
        },
        {
            "start": 931318010,
            "stop": 931318011
        }
    ]
}