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=7019
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=7020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7018",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7019,
    "results": [
        {
            "start": 873978359,
            "stop": 873979643
        },
        {
            "start": 873979646,
            "stop": 873979648
        },
        {
            "start": 873979651,
            "stop": 873980006
        },
        {
            "start": 873980010,
            "stop": 873980016
        },
        {
            "start": 873980019,
            "stop": 873981593
        },
        {
            "start": 873981596,
            "stop": 873982510
        },
        {
            "start": 873982513,
            "stop": 873982525
        },
        {
            "start": 873982528,
            "stop": 873982568
        },
        {
            "start": 873982573,
            "stop": 873982585
        },
        {
            "start": 873982588,
            "stop": 873982591
        },
        {
            "start": 873982594,
            "stop": 873982634
        },
        {
            "start": 873982637,
            "stop": 873982734
        },
        {
            "start": 873982740,
            "stop": 873982786
        },
        {
            "start": 873982789,
            "stop": 873982873
        },
        {
            "start": 873982876,
            "stop": 873982885
        },
        {
            "start": 873982888,
            "stop": 873982892
        },
        {
            "start": 873982895,
            "stop": 873983271
        },
        {
            "start": 873983274,
            "stop": 873983340
        },
        {
            "start": 873983343,
            "stop": 873983477
        },
        {
            "start": 873983480,
            "stop": 873983543
        }
    ]
}