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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7638",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7636",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7637,
    "results": [
        {
            "start": 970904721,
            "stop": 970905220
        },
        {
            "start": 970905223,
            "stop": 970905801
        },
        {
            "start": 970905804,
            "stop": 970906245
        },
        {
            "start": 970906248,
            "stop": 970907087
        },
        {
            "start": 970907090,
            "stop": 970907338
        },
        {
            "start": 970907341,
            "stop": 970907542
        },
        {
            "start": 970907545,
            "stop": 970907682
        },
        {
            "start": 970907685,
            "stop": 970907785
        },
        {
            "start": 970907788,
            "stop": 970907850
        },
        {
            "start": 970907853,
            "stop": 970908035
        },
        {
            "start": 970908038,
            "stop": 970908189
        },
        {
            "start": 970908192,
            "stop": 970908390
        },
        {
            "start": 970908393,
            "stop": 970908556
        },
        {
            "start": 970908559,
            "stop": 970909241
        },
        {
            "start": 970909244,
            "stop": 970909273
        },
        {
            "start": 970909276,
            "stop": 970909549
        },
        {
            "start": 970909552,
            "stop": 970909593
        },
        {
            "start": 970909596,
            "stop": 970910138
        },
        {
            "start": 970910141,
            "stop": 970910902
        },
        {
            "start": 970910905,
            "stop": 970911056
        }
    ]
}