Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5660
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5659",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5660,
    "results": [
        {
            "start": 874524599,
            "stop": 874524611
        },
        {
            "start": 874524614,
            "stop": 874524615
        },
        {
            "start": 874524626,
            "stop": 874524646
        },
        {
            "start": 874524649,
            "stop": 874524657
        },
        {
            "start": 874524661,
            "stop": 874524666
        },
        {
            "start": 874524670,
            "stop": 874524683
        },
        {
            "start": 874524688,
            "stop": 874524693
        },
        {
            "start": 874525375,
            "stop": 874525449
        },
        {
            "start": 874525453,
            "stop": 874525990
        },
        {
            "start": 874525993,
            "stop": 874526052
        },
        {
            "start": 874526055,
            "stop": 874526092
        },
        {
            "start": 874526095,
            "stop": 874526136
        },
        {
            "start": 874526139,
            "stop": 874526191
        },
        {
            "start": 874529312,
            "stop": 874530087
        },
        {
            "start": 874535621,
            "stop": 874536171
        },
        {
            "start": 874538124,
            "stop": 874540528
        },
        {
            "start": 874540531,
            "stop": 874540918
        },
        {
            "start": 874540921,
            "stop": 874541101
        },
        {
            "start": 874541104,
            "stop": 874541165
        },
        {
            "start": 874541169,
            "stop": 874541459
        }
    ]
}