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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=302",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 303,
    "results": [
        {
            "start": 818236571,
            "stop": 818236572
        },
        {
            "start": 818236585,
            "stop": 818236588
        },
        {
            "start": 818236591,
            "stop": 818236595
        },
        {
            "start": 818236607,
            "stop": 818236609
        },
        {
            "start": 818236612,
            "stop": 818236615
        },
        {
            "start": 818236620,
            "stop": 818236621
        },
        {
            "start": 818236632,
            "stop": 818236634
        },
        {
            "start": 818236649,
            "stop": 818236654
        },
        {
            "start": 818236660,
            "stop": 818236664
        },
        {
            "start": 818236667,
            "stop": 818236669
        },
        {
            "start": 818236678,
            "stop": 818236679
        },
        {
            "start": 818236689,
            "stop": 818236691
        },
        {
            "start": 818236697,
            "stop": 818236698
        },
        {
            "start": 818236701,
            "stop": 818236703
        },
        {
            "start": 818236706,
            "stop": 818236714
        },
        {
            "start": 818236721,
            "stop": 818236723
        },
        {
            "start": 818236726,
            "stop": 818236728
        },
        {
            "start": 818236759,
            "stop": 818236761
        },
        {
            "start": 818236764,
            "stop": 818236772
        },
        {
            "start": 818236778,
            "stop": 818236779
        }
    ]
}