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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=34",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 35,
    "results": [
        {
            "start": 827093933,
            "stop": 827101439
        },
        {
            "start": 827102446,
            "stop": 827104845
        },
        {
            "start": 827105369,
            "stop": 827115578
        },
        {
            "start": 827119084,
            "stop": 827156408
        },
        {
            "start": 827157495,
            "stop": 827163009
        },
        {
            "start": 827163933,
            "stop": 827189404
        },
        {
            "start": 827190602,
            "stop": 827238077
        },
        {
            "start": 827238524,
            "stop": 827247755
        },
        {
            "start": 827248509,
            "stop": 827250138
        },
        {
            "start": 827251899,
            "stop": 827255699
        },
        {
            "start": 827256543,
            "stop": 827267791
        },
        {
            "start": 827268525,
            "stop": 827274983
        },
        {
            "start": 827280304,
            "stop": 827291885
        },
        {
            "start": 827294856,
            "stop": 827352964
        },
        {
            "start": 827354499,
            "stop": 827364354
        },
        {
            "start": 827370304,
            "stop": 827370473
        },
        {
            "start": 827371463,
            "stop": 827373607
        },
        {
            "start": 827377783,
            "stop": 827378598
        },
        {
            "start": 827385358,
            "stop": 827385454
        },
        {
            "start": 827387164,
            "stop": 827462049
        }
    ]
}