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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6910",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6911,
    "results": [
        {
            "start": 873522042,
            "stop": 873522169
        },
        {
            "start": 873522172,
            "stop": 873524197
        },
        {
            "start": 873524200,
            "stop": 873524252
        },
        {
            "start": 873524255,
            "stop": 873524256
        },
        {
            "start": 873524259,
            "stop": 873524347
        },
        {
            "start": 873524350,
            "stop": 873525780
        },
        {
            "start": 873525986,
            "stop": 873526096
        },
        {
            "start": 873526099,
            "stop": 873526132
        },
        {
            "start": 873527610,
            "stop": 873528900
        },
        {
            "start": 873528960,
            "stop": 873531391
        },
        {
            "start": 873531394,
            "stop": 873531524
        },
        {
            "start": 873531658,
            "stop": 873532152
        },
        {
            "start": 873532608,
            "stop": 873533218
        },
        {
            "start": 873533222,
            "stop": 873533384
        },
        {
            "start": 873533388,
            "stop": 873533730
        },
        {
            "start": 873534987,
            "stop": 873537536
        },
        {
            "start": 873537716,
            "stop": 873539075
        },
        {
            "start": 873539078,
            "stop": 873539082
        },
        {
            "start": 873539085,
            "stop": 873539170
        },
        {
            "start": 873539173,
            "stop": 873544927
        }
    ]
}