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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5740",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5741,
    "results": [
        {
            "start": 874615729,
            "stop": 874615761
        },
        {
            "start": 874615764,
            "stop": 874615770
        },
        {
            "start": 874615830,
            "stop": 874615832
        },
        {
            "start": 874615844,
            "stop": 874615855
        },
        {
            "start": 874615858,
            "stop": 874615879
        },
        {
            "start": 874615882,
            "stop": 874615899
        },
        {
            "start": 874615902,
            "stop": 874615914
        },
        {
            "start": 874615918,
            "stop": 874615920
        },
        {
            "start": 874615923,
            "stop": 874615964
        },
        {
            "start": 874615971,
            "stop": 874615995
        },
        {
            "start": 874615999,
            "stop": 874616001
        },
        {
            "start": 874616004,
            "stop": 874616064
        },
        {
            "start": 874616068,
            "stop": 874616074
        },
        {
            "start": 874616077,
            "stop": 874616085
        },
        {
            "start": 874616088,
            "stop": 874616092
        },
        {
            "start": 874616095,
            "stop": 874616108
        },
        {
            "start": 874616111,
            "stop": 874616129
        },
        {
            "start": 874616133,
            "stop": 874616217
        },
        {
            "start": 874616220,
            "stop": 874616261
        },
        {
            "start": 874616267,
            "stop": 874616274
        }
    ]
}