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=6377
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=6378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6376",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6377,
    "results": [
        {
            "start": 873517839,
            "stop": 873517865
        },
        {
            "start": 873517866,
            "stop": 873517873
        },
        {
            "start": 873517874,
            "stop": 873517939
        },
        {
            "start": 873517941,
            "stop": 873518209
        },
        {
            "start": 873518210,
            "stop": 873518226
        },
        {
            "start": 873518227,
            "stop": 873518425
        },
        {
            "start": 873518426,
            "stop": 873518557
        },
        {
            "start": 873518561,
            "stop": 873518766
        },
        {
            "start": 873518768,
            "stop": 873518772
        },
        {
            "start": 873518774,
            "stop": 873519184
        },
        {
            "start": 873519185,
            "stop": 873519240
        },
        {
            "start": 873519242,
            "stop": 873519447
        },
        {
            "start": 873519449,
            "stop": 873519784
        },
        {
            "start": 873519785,
            "stop": 873519833
        },
        {
            "start": 873519835,
            "stop": 873519915
        },
        {
            "start": 873519917,
            "stop": 873520501
        },
        {
            "start": 873520502,
            "stop": 873520891
        },
        {
            "start": 873520892,
            "stop": 873520982
        },
        {
            "start": 873520983,
            "stop": 873520989
        },
        {
            "start": 873520990,
            "stop": 873521218
        }
    ]
}