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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=263",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 264,
    "results": [
        {
            "start": 931776852,
            "stop": 931776988
        },
        {
            "start": 931776990,
            "stop": 931776996
        },
        {
            "start": 931776998,
            "stop": 931777013
        },
        {
            "start": 931777015,
            "stop": 931777031
        },
        {
            "start": 931777033,
            "stop": 931777034
        },
        {
            "start": 931777036,
            "stop": 931777067
        },
        {
            "start": 931777069,
            "stop": 931777107
        },
        {
            "start": 931777109,
            "stop": 931777126
        },
        {
            "start": 931777130,
            "stop": 931777137
        },
        {
            "start": 931777139,
            "stop": 931777140
        },
        {
            "start": 931777145,
            "stop": 931777168
        },
        {
            "start": 931777170,
            "stop": 931777215
        },
        {
            "start": 931777216,
            "stop": 931777302
        },
        {
            "start": 931777304,
            "stop": 931777308
        },
        {
            "start": 931777310,
            "stop": 931777311
        },
        {
            "start": 931778453,
            "stop": 931778471
        },
        {
            "start": 931778472,
            "stop": 931778474
        },
        {
            "start": 931778475,
            "stop": 931778488
        },
        {
            "start": 931778492,
            "stop": 931778514
        },
        {
            "start": 931778516,
            "stop": 931778517
        }
    ]
}