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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6397",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6398,
    "results": [
        {
            "start": 873614466,
            "stop": 873615258
        },
        {
            "start": 873615259,
            "stop": 873615285
        },
        {
            "start": 873615287,
            "stop": 873615363
        },
        {
            "start": 873615364,
            "stop": 873615414
        },
        {
            "start": 873615415,
            "stop": 873615534
        },
        {
            "start": 873615536,
            "stop": 873615703
        },
        {
            "start": 873615704,
            "stop": 873615742
        },
        {
            "start": 873615743,
            "stop": 873615919
        },
        {
            "start": 873615921,
            "stop": 873615924
        },
        {
            "start": 873615925,
            "stop": 873616621
        },
        {
            "start": 873616623,
            "stop": 873616694
        },
        {
            "start": 873616695,
            "stop": 873616809
        },
        {
            "start": 873616810,
            "stop": 873616920
        },
        {
            "start": 873616922,
            "stop": 873617293
        },
        {
            "start": 873617295,
            "stop": 873617429
        },
        {
            "start": 873617430,
            "stop": 873617464
        },
        {
            "start": 873617465,
            "stop": 873617705
        },
        {
            "start": 873617706,
            "stop": 873618077
        },
        {
            "start": 873619307,
            "stop": 873619336
        },
        {
            "start": 873619338,
            "stop": 873619550
        }
    ]
}