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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=265",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 266,
    "results": [
        {
            "start": 1136512832,
            "stop": 1136512865
        },
        {
            "start": 1136512868,
            "stop": 1136512892
        },
        {
            "start": 1136512895,
            "stop": 1136512929
        },
        {
            "start": 1136512932,
            "stop": 1136512933
        },
        {
            "start": 1136512936,
            "stop": 1136512944
        },
        {
            "start": 1136512947,
            "stop": 1136512958
        },
        {
            "start": 1136512961,
            "stop": 1136512990
        },
        {
            "start": 1136512993,
            "stop": 1136513007
        },
        {
            "start": 1136513010,
            "stop": 1136513017
        },
        {
            "start": 1136513021,
            "stop": 1136513033
        },
        {
            "start": 1136513036,
            "stop": 1136513057
        },
        {
            "start": 1136513060,
            "stop": 1136513095
        },
        {
            "start": 1136513098,
            "stop": 1136513102
        },
        {
            "start": 1136513105,
            "stop": 1136513128
        },
        {
            "start": 1136513131,
            "stop": 1136513137
        },
        {
            "start": 1136513140,
            "stop": 1136513156
        },
        {
            "start": 1136513159,
            "stop": 1136513201
        },
        {
            "start": 1136513206,
            "stop": 1136513241
        },
        {
            "start": 1136513244,
            "stop": 1136513266
        },
        {
            "start": 1136513269,
            "stop": 1136513274
        }
    ]
}