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=212
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=213",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=211",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 212,
    "results": [
        {
            "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
        },
        {
            "start": 1136403975,
            "stop": 1136403980
        },
        {
            "start": 1136403983,
            "stop": 1136403986
        },
        {
            "start": 1136403989,
            "stop": 1136403990
        }
    ]
}