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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=93",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 94,
    "results": [
        {
            "start": 931323307,
            "stop": 931323403
        },
        {
            "start": 931323404,
            "stop": 931323486
        },
        {
            "start": 931323488,
            "stop": 931323608
        },
        {
            "start": 931323609,
            "stop": 931323615
        },
        {
            "start": 931323975,
            "stop": 931324061
        },
        {
            "start": 931324062,
            "stop": 931324129
        },
        {
            "start": 931324130,
            "stop": 931324283
        },
        {
            "start": 931324284,
            "stop": 931324319
        },
        {
            "start": 931324320,
            "stop": 931324615
        },
        {
            "start": 931324616,
            "stop": 931324819
        },
        {
            "start": 931324820,
            "stop": 931324822
        },
        {
            "start": 931324823,
            "stop": 931324843
        },
        {
            "start": 931324844,
            "stop": 931325078
        },
        {
            "start": 931325079,
            "stop": 931325202
        },
        {
            "start": 931325203,
            "stop": 931325209
        },
        {
            "start": 931325210,
            "stop": 931325457
        },
        {
            "start": 931325458,
            "stop": 931325568
        },
        {
            "start": 931325569,
            "stop": 931325640
        },
        {
            "start": 931325641,
            "stop": 931325909
        },
        {
            "start": 931325910,
            "stop": 931325935
        }
    ]
}