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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1159",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1157",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1158,
    "results": [
        {
            "start": 1137095089,
            "stop": 1137096932
        },
        {
            "start": 1137096934,
            "stop": 1137097551
        },
        {
            "start": 1137122581,
            "stop": 1137124009
        },
        {
            "start": 1137210884,
            "stop": 1137212401
        },
        {
            "start": 1137212402,
            "stop": 1137225356
        },
        {
            "start": 1137225358,
            "stop": 1137225957
        },
        {
            "start": 1137225958,
            "stop": 1137226033
        },
        {
            "start": 1137226034,
            "stop": 1137226055
        },
        {
            "start": 1137226056,
            "stop": 1137226065
        },
        {
            "start": 1137226066,
            "stop": 1137226738
        },
        {
            "start": 1137226739,
            "stop": 1137226761
        },
        {
            "start": 1137226762,
            "stop": 1137226767
        },
        {
            "start": 1137226768,
            "stop": 1137226812
        },
        {
            "start": 1137226813,
            "stop": 1137226841
        },
        {
            "start": 1137226842,
            "stop": 1137226897
        },
        {
            "start": 1137226898,
            "stop": 1137226904
        },
        {
            "start": 1137226905,
            "stop": 1137227064
        },
        {
            "start": 1137227065,
            "stop": 1137227097
        },
        {
            "start": 1137227098,
            "stop": 1137227243
        },
        {
            "start": 1137227244,
            "stop": 1137228907
        }
    ]
}