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/S5/timelines/H2_DATA/segments?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=5",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 6,
    "results": [
        {
            "start": 816474137,
            "stop": 816500129
        },
        {
            "start": 816501988,
            "stop": 816526771
        },
        {
            "start": 816528561,
            "stop": 816623415
        },
        {
            "start": 816625182,
            "stop": 816630949
        },
        {
            "start": 816633049,
            "stop": 816638331
        },
        {
            "start": 816638786,
            "stop": 816710714
        },
        {
            "start": 816773714,
            "stop": 816807238
        },
        {
            "start": 816810791,
            "stop": 816814464
        },
        {
            "start": 816815361,
            "stop": 816815420
        },
        {
            "start": 816816150,
            "stop": 816818432
        },
        {
            "start": 816819345,
            "stop": 816897946
        },
        {
            "start": 816898939,
            "stop": 816969494
        },
        {
            "start": 816971022,
            "stop": 816971445
        },
        {
            "start": 816974148,
            "stop": 816978551
        },
        {
            "start": 816981141,
            "stop": 816985397
        },
        {
            "start": 816985897,
            "stop": 816988833
        },
        {
            "start": 816989738,
            "stop": 817031550
        },
        {
            "start": 817032868,
            "stop": 817068493
        },
        {
            "start": 817069582,
            "stop": 817107052
        },
        {
            "start": 817108111,
            "stop": 817224743
        }
    ]
}