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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3729",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3730,
    "results": [
        {
            "start": 873578802,
            "stop": 873578820
        },
        {
            "start": 873578880,
            "stop": 873578930
        },
        {
            "start": 873578947,
            "stop": 873579216
        },
        {
            "start": 873579235,
            "stop": 873579929
        },
        {
            "start": 873579946,
            "stop": 873580042
        },
        {
            "start": 873580069,
            "stop": 873580080
        },
        {
            "start": 873580140,
            "stop": 873581961
        },
        {
            "start": 873581978,
            "stop": 873582660
        },
        {
            "start": 873582720,
            "stop": 873582930
        },
        {
            "start": 873582990,
            "stop": 873583011
        },
        {
            "start": 873583121,
            "stop": 873583138
        },
        {
            "start": 873584062,
            "stop": 873584160
        },
        {
            "start": 873584220,
            "stop": 873584268
        },
        {
            "start": 873584272,
            "stop": 873584608
        },
        {
            "start": 873584908,
            "stop": 873585480
        },
        {
            "start": 873585540,
            "stop": 873586018
        },
        {
            "start": 873586052,
            "stop": 873586072
        },
        {
            "start": 873586440,
            "stop": 873586577
        },
        {
            "start": 873586604,
            "stop": 873586689
        },
        {
            "start": 873586706,
            "stop": 873586740
        }
    ]
}