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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=371",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 372,
    "results": [
        {
            "start": 932071611,
            "stop": 932071628
        },
        {
            "start": 932071629,
            "stop": 932071631
        },
        {
            "start": 932071633,
            "stop": 932071656
        },
        {
            "start": 932071658,
            "stop": 932071662
        },
        {
            "start": 932071664,
            "stop": 932071669
        },
        {
            "start": 932071670,
            "stop": 932071672
        },
        {
            "start": 932071673,
            "stop": 932071674
        },
        {
            "start": 932071676,
            "stop": 932071677
        },
        {
            "start": 932071679,
            "stop": 932071696
        },
        {
            "start": 932071697,
            "stop": 932071711
        },
        {
            "start": 932071713,
            "stop": 932071723
        },
        {
            "start": 932071727,
            "stop": 932071735
        },
        {
            "start": 932071737,
            "stop": 932071740
        },
        {
            "start": 932071746,
            "stop": 932071747
        },
        {
            "start": 932071748,
            "stop": 932071750
        },
        {
            "start": 932071751,
            "stop": 932071759
        },
        {
            "start": 932071761,
            "stop": 932071762
        },
        {
            "start": 932071764,
            "stop": 932071767
        },
        {
            "start": 932071771,
            "stop": 932071774
        },
        {
            "start": 932071777,
            "stop": 932071782
        }
    ]
}