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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "previous": null,
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 1,
    "results": [
        {
            "start": 931052708,
            "stop": 931052738
        },
        {
            "start": 931052798,
            "stop": 931053016
        },
        {
            "start": 931053017,
            "stop": 931053094
        },
        {
            "start": 931053095,
            "stop": 931053462
        },
        {
            "start": 931053463,
            "stop": 931053477
        },
        {
            "start": 931053478,
            "stop": 931053601
        },
        {
            "start": 931053602,
            "stop": 931053615
        },
        {
            "start": 931053975,
            "stop": 931054012
        },
        {
            "start": 931054014,
            "stop": 931054031
        },
        {
            "start": 931054033,
            "stop": 931054167
        },
        {
            "start": 931054168,
            "stop": 931054214
        },
        {
            "start": 931054215,
            "stop": 931054216
        },
        {
            "start": 931054217,
            "stop": 931054242
        },
        {
            "start": 931054243,
            "stop": 931054553
        },
        {
            "start": 931054554,
            "stop": 931054579
        },
        {
            "start": 931054580,
            "stop": 931054595
        },
        {
            "start": 931054596,
            "stop": 931054758
        },
        {
            "start": 931054760,
            "stop": 931054772
        },
        {
            "start": 931054774,
            "stop": 931054794
        },
        {
            "start": 931054795,
            "stop": 931054816
        }
    ]
}