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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1135",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1133",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1134,
    "results": [
        {
            "start": 1136458686,
            "stop": 1136458705
        },
        {
            "start": 1136458708,
            "stop": 1136458725
        },
        {
            "start": 1136458728,
            "stop": 1136458739
        },
        {
            "start": 1136458743,
            "stop": 1136458772
        },
        {
            "start": 1136458775,
            "stop": 1136458779
        },
        {
            "start": 1136458782,
            "stop": 1136458802
        },
        {
            "start": 1136458805,
            "stop": 1136458806
        },
        {
            "start": 1136458809,
            "stop": 1136458845
        },
        {
            "start": 1136458848,
            "stop": 1136458887
        },
        {
            "start": 1136458890,
            "stop": 1136458926
        },
        {
            "start": 1136458929,
            "stop": 1136458978
        },
        {
            "start": 1136458981,
            "stop": 1136458998
        },
        {
            "start": 1136459001,
            "stop": 1136459026
        },
        {
            "start": 1136459029,
            "stop": 1136459031
        },
        {
            "start": 1136459034,
            "stop": 1136459042
        },
        {
            "start": 1136459045,
            "stop": 1136459064
        },
        {
            "start": 1136459067,
            "stop": 1136459075
        },
        {
            "start": 1136459078,
            "stop": 1136459088
        },
        {
            "start": 1136459091,
            "stop": 1136459128
        },
        {
            "start": 1136459133,
            "stop": 1136459179
        }
    ]
}