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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=475",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=473",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 474,
    "results": [
        {
            "start": 865465475,
            "stop": 865465497
        },
        {
            "start": 865465812,
            "stop": 865474358
        },
        {
            "start": 865475485,
            "stop": 865479253
        },
        {
            "start": 865479255,
            "stop": 865487246
        },
        {
            "start": 865487250,
            "stop": 865490701
        },
        {
            "start": 865492064,
            "stop": 865542225
        },
        {
            "start": 865543780,
            "stop": 865544476
        },
        {
            "start": 865544479,
            "stop": 865556787
        },
        {
            "start": 865558373,
            "stop": 865583490
        },
        {
            "start": 865584634,
            "stop": 865602220
        },
        {
            "start": 865602225,
            "stop": 865604712
        },
        {
            "start": 865604720,
            "stop": 865605899
        },
        {
            "start": 865605902,
            "stop": 865607642
        },
        {
            "start": 865607648,
            "stop": 865612119
        },
        {
            "start": 865612122,
            "stop": 865613979
        },
        {
            "start": 865616171,
            "stop": 865616514
        },
        {
            "start": 865616814,
            "stop": 865616823
        },
        {
            "start": 865616933,
            "stop": 865616945
        },
        {
            "start": 865616950,
            "stop": 865617256
        },
        {
            "start": 865618141,
            "stop": 865619659
        }
    ]
}