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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=214",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 215,
    "results": [
        {
            "start": 818214607,
            "stop": 818214611
        },
        {
            "start": 818214619,
            "stop": 818214622
        },
        {
            "start": 818214627,
            "stop": 818214629
        },
        {
            "start": 818214642,
            "stop": 818214643
        },
        {
            "start": 818214646,
            "stop": 818214652
        },
        {
            "start": 818214656,
            "stop": 818214658
        },
        {
            "start": 818214685,
            "stop": 818214690
        },
        {
            "start": 818214713,
            "stop": 818214716
        },
        {
            "start": 818214720,
            "stop": 818214724
        },
        {
            "start": 818214731,
            "stop": 818214732
        },
        {
            "start": 818214735,
            "stop": 818214738
        },
        {
            "start": 818214753,
            "stop": 818214756
        },
        {
            "start": 818214791,
            "stop": 818214793
        },
        {
            "start": 818214797,
            "stop": 818214801
        },
        {
            "start": 818214811,
            "stop": 818214812
        },
        {
            "start": 818214854,
            "stop": 818214856
        },
        {
            "start": 818214862,
            "stop": 818214865
        },
        {
            "start": 818214915,
            "stop": 818214917
        },
        {
            "start": 818214943,
            "stop": 818214945
        },
        {
            "start": 818214953,
            "stop": 818214956
        }
    ]
}