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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=295",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 296,
    "results": [
        {
            "start": 931175191,
            "stop": 931175193
        },
        {
            "start": 931175194,
            "stop": 931175202
        },
        {
            "start": 931175206,
            "stop": 931175217
        },
        {
            "start": 931175218,
            "stop": 931175220
        },
        {
            "start": 931175221,
            "stop": 931175224
        },
        {
            "start": 931175226,
            "stop": 931175243
        },
        {
            "start": 931175244,
            "stop": 931175248
        },
        {
            "start": 931175249,
            "stop": 931175251
        },
        {
            "start": 931175252,
            "stop": 931175262
        },
        {
            "start": 931175263,
            "stop": 931175266
        },
        {
            "start": 931175268,
            "stop": 931175270
        },
        {
            "start": 931175271,
            "stop": 931175273
        },
        {
            "start": 931175274,
            "stop": 931175277
        },
        {
            "start": 931175279,
            "stop": 931175282
        },
        {
            "start": 931175283,
            "stop": 931175287
        },
        {
            "start": 931175288,
            "stop": 931175297
        },
        {
            "start": 931175298,
            "stop": 931175306
        },
        {
            "start": 931175307,
            "stop": 931175311
        },
        {
            "start": 931175312,
            "stop": 931175323
        },
        {
            "start": 931175325,
            "stop": 931175326
        }
    ]
}