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=6944
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=6945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6943",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6944,
    "results": [
        {
            "start": 873734166,
            "stop": 873734244
        },
        {
            "start": 873734248,
            "stop": 873734327
        },
        {
            "start": 873734330,
            "stop": 873734332
        },
        {
            "start": 873734342,
            "stop": 873734364
        },
        {
            "start": 873734368,
            "stop": 873734401
        },
        {
            "start": 873734411,
            "stop": 873734417
        },
        {
            "start": 873734421,
            "stop": 873734472
        },
        {
            "start": 873734475,
            "stop": 873734513
        },
        {
            "start": 873734517,
            "stop": 873734689
        },
        {
            "start": 873734692,
            "stop": 873734708
        },
        {
            "start": 873734712,
            "stop": 873734735
        },
        {
            "start": 873734739,
            "stop": 873734743
        },
        {
            "start": 873734746,
            "stop": 873734780
        },
        {
            "start": 873734786,
            "stop": 873734893
        },
        {
            "start": 873734899,
            "stop": 873734946
        },
        {
            "start": 873734962,
            "stop": 873735029
        },
        {
            "start": 873735034,
            "stop": 873735062
        },
        {
            "start": 873735066,
            "stop": 873735076
        },
        {
            "start": 873735079,
            "stop": 873735104
        },
        {
            "start": 873735115,
            "stop": 873735134
        }
    ]
}