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=624
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=625",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=623",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 624,
    "results": [
        {
            "start": 842105153,
            "stop": 842108386
        },
        {
            "start": 842138863,
            "stop": 842189713
        },
        {
            "start": 842190487,
            "stop": 842200139
        },
        {
            "start": 842200878,
            "stop": 842202002
        },
        {
            "start": 842203436,
            "stop": 842205058
        },
        {
            "start": 842206761,
            "stop": 842219225
        },
        {
            "start": 842220866,
            "stop": 842236213
        },
        {
            "start": 842236917,
            "stop": 842275713
        },
        {
            "start": 842275716,
            "stop": 842294293
        },
        {
            "start": 842295066,
            "stop": 842295357
        },
        {
            "start": 842295916,
            "stop": 842303946
        },
        {
            "start": 842305118,
            "stop": 842309217
        },
        {
            "start": 842309768,
            "stop": 842325853
        },
        {
            "start": 842326705,
            "stop": 842337265
        },
        {
            "start": 842337267,
            "stop": 842340492
        },
        {
            "start": 842340495,
            "stop": 842384034
        },
        {
            "start": 842384037,
            "stop": 842384793
        },
        {
            "start": 842388568,
            "stop": 842388656
        },
        {
            "start": 842389450,
            "stop": 842396936
        },
        {
            "start": 842397429,
            "stop": 842408884
        }
    ]
}