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=6863
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=6864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6862",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6863,
    "results": [
        {
            "start": 873285473,
            "stop": 873286874
        },
        {
            "start": 873286877,
            "stop": 873287411
        },
        {
            "start": 873287415,
            "stop": 873287600
        },
        {
            "start": 873287607,
            "stop": 873287636
        },
        {
            "start": 873287639,
            "stop": 873287648
        },
        {
            "start": 873287651,
            "stop": 873287680
        },
        {
            "start": 873287683,
            "stop": 873287719
        },
        {
            "start": 873287723,
            "stop": 873288042
        },
        {
            "start": 873288046,
            "stop": 873288594
        },
        {
            "start": 873288597,
            "stop": 873288714
        },
        {
            "start": 873288717,
            "stop": 873290910
        },
        {
            "start": 873292626,
            "stop": 873292636
        },
        {
            "start": 873292637,
            "stop": 873292659
        },
        {
            "start": 873292662,
            "stop": 873292689
        },
        {
            "start": 873292695,
            "stop": 873292706
        },
        {
            "start": 873292709,
            "stop": 873292712
        },
        {
            "start": 873292716,
            "stop": 873292744
        },
        {
            "start": 873292745,
            "stop": 873292946
        },
        {
            "start": 873292947,
            "stop": 873292950
        },
        {
            "start": 873292952,
            "stop": 873293173
        }
    ]
}