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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=612",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=610",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 611,
    "results": [
        {
            "start": 839311186,
            "stop": 839337554
        },
        {
            "start": 839338799,
            "stop": 839342211
        },
        {
            "start": 839344887,
            "stop": 839347333
        },
        {
            "start": 839349098,
            "stop": 839361122
        },
        {
            "start": 839361620,
            "stop": 839361778
        },
        {
            "start": 839361864,
            "stop": 839361983
        },
        {
            "start": 839363934,
            "stop": 839371026
        },
        {
            "start": 839371705,
            "stop": 839375317
        },
        {
            "start": 839375319,
            "stop": 839384534
        },
        {
            "start": 839385119,
            "stop": 839443926
        },
        {
            "start": 839443927,
            "stop": 839512083
        },
        {
            "start": 839512085,
            "stop": 839531881
        },
        {
            "start": 839532587,
            "stop": 839564653
        },
        {
            "start": 839567486,
            "stop": 839596766
        },
        {
            "start": 839596771,
            "stop": 839596801
        },
        {
            "start": 839596802,
            "stop": 839604919
        },
        {
            "start": 839605526,
            "stop": 839606214
        },
        {
            "start": 839606712,
            "stop": 839618622
        },
        {
            "start": 839619435,
            "stop": 839626114
        },
        {
            "start": 839627154,
            "stop": 839627164
        }
    ]
}