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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 1,
    "results": [
        {
            "start": 815200973,
            "stop": 815208150
        },
        {
            "start": 815208210,
            "stop": 815208570
        },
        {
            "start": 815208930,
            "stop": 815208990
        },
        {
            "start": 815209050,
            "stop": 815209230
        },
        {
            "start": 815209290,
            "stop": 815209350
        },
        {
            "start": 815209410,
            "stop": 815209590
        },
        {
            "start": 815209950,
            "stop": 815210070
        },
        {
            "start": 815210370,
            "stop": 815210670
        },
        {
            "start": 815210790,
            "stop": 815210850
        },
        {
            "start": 815210910,
            "stop": 815211090
        },
        {
            "start": 815211150,
            "stop": 815211450
        },
        {
            "start": 815211570,
            "stop": 815211833
        },
        {
            "start": 815211991,
            "stop": 815212170
        },
        {
            "start": 815212230,
            "stop": 815214690
        },
        {
            "start": 815215435,
            "stop": 815215439
        },
        {
            "start": 815215442,
            "stop": 815215519
        },
        {
            "start": 815215522,
            "stop": 815215601
        },
        {
            "start": 815215604,
            "stop": 815215680
        },
        {
            "start": 815215683,
            "stop": 815215748
        },
        {
            "start": 815215751,
            "stop": 815215787
        }
    ]
}