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/H1_BURST_CAT2E/segments?format=api&page=7083
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7082",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7083,
    "results": [
        {
            "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": 874101114
        },
        {
            "start": 874101117,
            "stop": 874101131
        },
        {
            "start": 874101132,
            "stop": 874101161
        },
        {
            "start": 874101164,
            "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
        },
        {
            "start": 874101943,
            "stop": 874102335
        }
    ]
}