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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=177",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 178,
    "results": [
        {
            "start": 1135834297,
            "stop": 1135839140
        },
        {
            "start": 1135839148,
            "stop": 1135840566
        },
        {
            "start": 1135840574,
            "stop": 1135843192
        },
        {
            "start": 1135843194,
            "stop": 1135843638
        },
        {
            "start": 1135843640,
            "stop": 1135843684
        },
        {
            "start": 1135853150,
            "stop": 1135853890
        },
        {
            "start": 1135853898,
            "stop": 1135855061
        },
        {
            "start": 1135855069,
            "stop": 1135859351
        },
        {
            "start": 1135859353,
            "stop": 1135860415
        },
        {
            "start": 1135860423,
            "stop": 1135861482
        },
        {
            "start": 1135861491,
            "stop": 1135862841
        },
        {
            "start": 1135862849,
            "stop": 1135864869
        },
        {
            "start": 1135864871,
            "stop": 1135867661
        },
        {
            "start": 1135867669,
            "stop": 1135867947
        },
        {
            "start": 1135867949,
            "stop": 1135868184
        },
        {
            "start": 1135868193,
            "stop": 1135868807
        },
        {
            "start": 1135868815,
            "stop": 1135870474
        },
        {
            "start": 1135870476,
            "stop": 1135870763
        },
        {
            "start": 1135870765,
            "stop": 1135871090
        },
        {
            "start": 1135871097,
            "stop": 1135874186
        }
    ]
}