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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=253",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 254,
    "results": [
        {
            "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
        },
        {
            "start": 1136459182,
            "stop": 1136459210
        },
        {
            "start": 1136459213,
            "stop": 1136459247
        },
        {
            "start": 1136459250,
            "stop": 1136459281
        },
        {
            "start": 1136459284,
            "stop": 1136459317
        }
    ]
}