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=1092
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=1093",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1091",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1092,
    "results": [
        {
            "start": 1136403869,
            "stop": 1136403870
        },
        {
            "start": 1136403876,
            "stop": 1136403877
        },
        {
            "start": 1136403880,
            "stop": 1136403882
        },
        {
            "start": 1136403885,
            "stop": 1136403887
        },
        {
            "start": 1136403890,
            "stop": 1136403894
        },
        {
            "start": 1136403899,
            "stop": 1136403900
        },
        {
            "start": 1136403903,
            "stop": 1136403905
        },
        {
            "start": 1136403908,
            "stop": 1136403911
        },
        {
            "start": 1136403914,
            "stop": 1136403915
        },
        {
            "start": 1136403921,
            "stop": 1136403922
        },
        {
            "start": 1136403925,
            "stop": 1136403926
        },
        {
            "start": 1136403929,
            "stop": 1136403930
        },
        {
            "start": 1136403936,
            "stop": 1136403937
        },
        {
            "start": 1136403940,
            "stop": 1136403941
        },
        {
            "start": 1136403944,
            "stop": 1136403946
        },
        {
            "start": 1136403949,
            "stop": 1136403954
        },
        {
            "start": 1136403957,
            "stop": 1136403958
        },
        {
            "start": 1136403961,
            "stop": 1136403962
        },
        {
            "start": 1136403965,
            "stop": 1136403968
        },
        {
            "start": 1136403971,
            "stop": 1136403972
        }
    ]
}