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=1146
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=1147",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1145",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1146,
    "results": [
        {
            "start": 1136512718,
            "stop": 1136512725
        },
        {
            "start": 1136512728,
            "stop": 1136512737
        },
        {
            "start": 1136512740,
            "stop": 1136512752
        },
        {
            "start": 1136512755,
            "stop": 1136512768
        },
        {
            "start": 1136512773,
            "stop": 1136512802
        },
        {
            "start": 1136512805,
            "stop": 1136512829
        },
        {
            "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
        }
    ]
}