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=6476
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=6477",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6475",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6476,
    "results": [
        {
            "start": 874079723,
            "stop": 874079796
        },
        {
            "start": 874079797,
            "stop": 874079887
        },
        {
            "start": 874079888,
            "stop": 874080031
        },
        {
            "start": 874080032,
            "stop": 874080065
        },
        {
            "start": 874080066,
            "stop": 874080080
        },
        {
            "start": 874080081,
            "stop": 874080154
        },
        {
            "start": 874080155,
            "stop": 874080856
        },
        {
            "start": 874080857,
            "stop": 874080907
        },
        {
            "start": 874080908,
            "stop": 874080975
        },
        {
            "start": 874080976,
            "stop": 874080984
        },
        {
            "start": 874080986,
            "stop": 874081497
        },
        {
            "start": 874081498,
            "stop": 874081675
        },
        {
            "start": 874081676,
            "stop": 874081680
        },
        {
            "start": 874081681,
            "stop": 874081844
        },
        {
            "start": 874081845,
            "stop": 874082290
        },
        {
            "start": 874082291,
            "stop": 874082427
        },
        {
            "start": 874082429,
            "stop": 874082455
        },
        {
            "start": 874082457,
            "stop": 874082683
        },
        {
            "start": 874082684,
            "stop": 874082720
        },
        {
            "start": 874082721,
            "stop": 874083174
        }
    ]
}