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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=120",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 121,
    "results": [
        {
            "start": 832406513,
            "stop": 832406519
        },
        {
            "start": 832406839,
            "stop": 832406993
        },
        {
            "start": 832407393,
            "stop": 832423150
        },
        {
            "start": 832423470,
            "stop": 832423613
        },
        {
            "start": 832424118,
            "stop": 832424189
        },
        {
            "start": 832424611,
            "stop": 832424629
        },
        {
            "start": 832424949,
            "stop": 832426089
        },
        {
            "start": 832426489,
            "stop": 832427135
        },
        {
            "start": 832454156,
            "stop": 832454213
        },
        {
            "start": 832457521,
            "stop": 832458508
        },
        {
            "start": 832459362,
            "stop": 832461975
        },
        {
            "start": 832463201,
            "stop": 832465115
        },
        {
            "start": 832466589,
            "stop": 832472641
        },
        {
            "start": 832473303,
            "stop": 832479465
        },
        {
            "start": 832481394,
            "stop": 832493898
        },
        {
            "start": 832494520,
            "stop": 832504080
        },
        {
            "start": 832510782,
            "stop": 832520417
        },
        {
            "start": 832525136,
            "stop": 832530176
        },
        {
            "start": 832530496,
            "stop": 832530808
        },
        {
            "start": 832535727,
            "stop": 832537286
        }
    ]
}