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_BURST_CAT3E/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_BURST_CAT3E/segments?format=api&page=2",
    "previous": null,
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 1,
    "results": [
        {
            "start": 815200973,
            "stop": 815201140
        },
        {
            "start": 815201143,
            "stop": 815201293
        },
        {
            "start": 815201297,
            "stop": 815201308
        },
        {
            "start": 815201312,
            "stop": 815201452
        },
        {
            "start": 815201455,
            "stop": 815201509
        },
        {
            "start": 815201512,
            "stop": 815201612
        },
        {
            "start": 815201615,
            "stop": 815201622
        },
        {
            "start": 815201625,
            "stop": 815201738
        },
        {
            "start": 815201741,
            "stop": 815201759
        },
        {
            "start": 815201762,
            "stop": 815201828
        },
        {
            "start": 815201831,
            "stop": 815201908
        },
        {
            "start": 815201911,
            "stop": 815201988
        },
        {
            "start": 815201991,
            "stop": 815202029
        },
        {
            "start": 815202032,
            "stop": 815202079
        },
        {
            "start": 815202083,
            "stop": 815202114
        },
        {
            "start": 815202118,
            "stop": 815202269
        },
        {
            "start": 815202272,
            "stop": 815202400
        },
        {
            "start": 815202403,
            "stop": 815202407
        },
        {
            "start": 815202410,
            "stop": 815202688
        },
        {
            "start": 815202691,
            "stop": 815203085
        }
    ]
}