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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=144",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 145,
    "results": [
        {
            "start": 931132348,
            "stop": 931132355
        },
        {
            "start": 931132360,
            "stop": 931132361
        },
        {
            "start": 931132362,
            "stop": 931132365
        },
        {
            "start": 931132367,
            "stop": 931132379
        },
        {
            "start": 931132380,
            "stop": 931132381
        },
        {
            "start": 931132382,
            "stop": 931132383
        },
        {
            "start": 931132384,
            "stop": 931132387
        },
        {
            "start": 931132389,
            "stop": 931132392
        },
        {
            "start": 931132393,
            "stop": 931132395
        },
        {
            "start": 931132396,
            "stop": 931132399
        },
        {
            "start": 931132403,
            "stop": 931132407
        },
        {
            "start": 931132409,
            "stop": 931132415
        },
        {
            "start": 931132417,
            "stop": 931132420
        },
        {
            "start": 931132422,
            "stop": 931132436
        },
        {
            "start": 931132438,
            "stop": 931132444
        },
        {
            "start": 931132451,
            "stop": 931132458
        },
        {
            "start": 931132461,
            "stop": 931132467
        },
        {
            "start": 931132470,
            "stop": 931132473
        },
        {
            "start": 931132475,
            "stop": 931132483
        },
        {
            "start": 931132484,
            "stop": 931132486
        }
    ]
}