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=6568
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=6569",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6567",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6568,
    "results": [
        {
            "start": 874498712,
            "stop": 874498713
        },
        {
            "start": 874498714,
            "stop": 874498766
        },
        {
            "start": 874498767,
            "stop": 874499043
        },
        {
            "start": 874499044,
            "stop": 874499086
        },
        {
            "start": 874499087,
            "stop": 874499171
        },
        {
            "start": 874499172,
            "stop": 874499757
        },
        {
            "start": 874499759,
            "stop": 874500120
        },
        {
            "start": 874500121,
            "stop": 874500122
        },
        {
            "start": 874500124,
            "stop": 874500439
        },
        {
            "start": 874500441,
            "stop": 874500774
        },
        {
            "start": 874500776,
            "stop": 874500920
        },
        {
            "start": 874500921,
            "stop": 874500929
        },
        {
            "start": 874500930,
            "stop": 874501118
        },
        {
            "start": 874501119,
            "stop": 874501458
        },
        {
            "start": 874503159,
            "stop": 874503480
        },
        {
            "start": 874503481,
            "stop": 874504369
        },
        {
            "start": 874504371,
            "stop": 874504430
        },
        {
            "start": 874504431,
            "stop": 874504474
        },
        {
            "start": 874504476,
            "stop": 874504562
        },
        {
            "start": 874504563,
            "stop": 874504794
        }
    ]
}