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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=212",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 213,
    "results": [
        {
            "start": 931491479,
            "stop": 931491513
        },
        {
            "start": 931491514,
            "stop": 931491522
        },
        {
            "start": 931491523,
            "stop": 931491533
        },
        {
            "start": 931491535,
            "stop": 931491540
        },
        {
            "start": 931491541,
            "stop": 931491603
        },
        {
            "start": 931491604,
            "stop": 931491638
        },
        {
            "start": 931491639,
            "stop": 931491726
        },
        {
            "start": 931491727,
            "stop": 931491808
        },
        {
            "start": 931491809,
            "stop": 931491826
        },
        {
            "start": 931491827,
            "stop": 931491882
        },
        {
            "start": 931491883,
            "stop": 931491969
        },
        {
            "start": 931491970,
            "stop": 931492100
        },
        {
            "start": 931492101,
            "stop": 931492105
        },
        {
            "start": 931492106,
            "stop": 931492117
        },
        {
            "start": 931492118,
            "stop": 931492140
        },
        {
            "start": 931492141,
            "stop": 931492150
        },
        {
            "start": 931492151,
            "stop": 931492165
        },
        {
            "start": 931492167,
            "stop": 931492291
        },
        {
            "start": 931492292,
            "stop": 931492321
        },
        {
            "start": 931492322,
            "stop": 931492367
        }
    ]
}