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=6482
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=6483",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6481",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6482,
    "results": [
        {
            "start": 874100127,
            "stop": 874100155
        },
        {
            "start": 874100156,
            "stop": 874100270
        },
        {
            "start": 874100271,
            "stop": 874100305
        },
        {
            "start": 874100306,
            "stop": 874100411
        },
        {
            "start": 874100412,
            "stop": 874100479
        },
        {
            "start": 874100480,
            "stop": 874100549
        },
        {
            "start": 874100550,
            "stop": 874100686
        },
        {
            "start": 874100687,
            "stop": 874100690
        },
        {
            "start": 874100692,
            "stop": 874100695
        },
        {
            "start": 874100696,
            "stop": 874100754
        },
        {
            "start": 874100756,
            "stop": 874100944
        },
        {
            "start": 874100945,
            "stop": 874100947
        },
        {
            "start": 874100948,
            "stop": 874101131
        },
        {
            "start": 874101132,
            "stop": 874101286
        },
        {
            "start": 874101287,
            "stop": 874101479
        },
        {
            "start": 874101480,
            "stop": 874101516
        },
        {
            "start": 874101517,
            "stop": 874101604
        },
        {
            "start": 874101605,
            "stop": 874101735
        },
        {
            "start": 874101736,
            "stop": 874101781
        },
        {
            "start": 874101783,
            "stop": 874101942
        }
    ]
}