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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2919",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2920,
    "results": [
        {
            "start": 858631800,
            "stop": 858637464
        },
        {
            "start": 858637467,
            "stop": 858643076
        },
        {
            "start": 858644557,
            "stop": 858654120
        },
        {
            "start": 858654240,
            "stop": 858657126
        },
        {
            "start": 858657131,
            "stop": 858657158
        },
        {
            "start": 858657161,
            "stop": 858657179
        },
        {
            "start": 858657182,
            "stop": 858663087
        },
        {
            "start": 858663093,
            "stop": 858678540
        },
        {
            "start": 858678600,
            "stop": 858687840
        },
        {
            "start": 858687900,
            "stop": 858688004
        },
        {
            "start": 858688185,
            "stop": 858689842
        },
        {
            "start": 858689848,
            "stop": 858689880
        },
        {
            "start": 858689940,
            "stop": 858690618
        },
        {
            "start": 858690622,
            "stop": 858690780
        },
        {
            "start": 858690840,
            "stop": 858691080
        },
        {
            "start": 858691140,
            "stop": 858693365
        },
        {
            "start": 858694210,
            "stop": 858695972
        },
        {
            "start": 858695980,
            "stop": 858696000
        },
        {
            "start": 858696065,
            "stop": 858698487
        },
        {
            "start": 858698493,
            "stop": 858698880
        }
    ]
}