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=3126
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=3127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3125",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3126,
    "results": [
        {
            "start": 868030920,
            "stop": 868034732
        },
        {
            "start": 868034736,
            "stop": 868034940
        },
        {
            "start": 868035060,
            "stop": 868036342
        },
        {
            "start": 868036347,
            "stop": 868036366
        },
        {
            "start": 868036369,
            "stop": 868038720
        },
        {
            "start": 868038780,
            "stop": 868038840
        },
        {
            "start": 868038900,
            "stop": 868039865
        },
        {
            "start": 868039868,
            "stop": 868039877
        },
        {
            "start": 868039882,
            "stop": 868039894
        },
        {
            "start": 868039898,
            "stop": 868039913
        },
        {
            "start": 868039916,
            "stop": 868039919
        },
        {
            "start": 868039925,
            "stop": 868039926
        },
        {
            "start": 868039932,
            "stop": 868039935
        },
        {
            "start": 868039939,
            "stop": 868041752
        },
        {
            "start": 868041755,
            "stop": 868041774
        },
        {
            "start": 868041779,
            "stop": 868042620
        },
        {
            "start": 868042740,
            "stop": 868043100
        },
        {
            "start": 868043160,
            "stop": 868044120
        },
        {
            "start": 868044240,
            "stop": 868044840
        },
        {
            "start": 868044900,
            "stop": 868045660
        }
    ]
}