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=6614
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=6615",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6613",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6614,
    "results": [
        {
            "start": 874767056,
            "stop": 874767162
        },
        {
            "start": 874767163,
            "stop": 874767253
        },
        {
            "start": 874767255,
            "stop": 874767514
        },
        {
            "start": 874767515,
            "stop": 874767527
        },
        {
            "start": 874767528,
            "stop": 874767628
        },
        {
            "start": 874767629,
            "stop": 874767738
        },
        {
            "start": 874784985,
            "stop": 874784994
        },
        {
            "start": 874784995,
            "stop": 874785000
        },
        {
            "start": 874785001,
            "stop": 874785036
        },
        {
            "start": 874785038,
            "stop": 874785268
        },
        {
            "start": 874785269,
            "stop": 874785316
        },
        {
            "start": 874785318,
            "stop": 874785355
        },
        {
            "start": 874785357,
            "stop": 874785555
        },
        {
            "start": 874785556,
            "stop": 874785663
        },
        {
            "start": 874785665,
            "stop": 874785943
        },
        {
            "start": 874785944,
            "stop": 874786533
        },
        {
            "start": 874786534,
            "stop": 874786827
        },
        {
            "start": 874786828,
            "stop": 874787126
        },
        {
            "start": 874787128,
            "stop": 874787580
        },
        {
            "start": 874787582,
            "stop": 874787760
        }
    ]
}