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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=116",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 117,
    "results": [
        {
            "start": 931094188,
            "stop": 931094196
        },
        {
            "start": 931094199,
            "stop": 931094201
        },
        {
            "start": 931094202,
            "stop": 931094203
        },
        {
            "start": 931094204,
            "stop": 931094205
        },
        {
            "start": 931094207,
            "stop": 931094209
        },
        {
            "start": 931094210,
            "stop": 931094211
        },
        {
            "start": 931094214,
            "stop": 931094222
        },
        {
            "start": 931094226,
            "stop": 931094228
        },
        {
            "start": 931094230,
            "stop": 931094235
        },
        {
            "start": 931094236,
            "stop": 931094237
        },
        {
            "start": 931094239,
            "stop": 931094244
        },
        {
            "start": 931094247,
            "stop": 931094249
        },
        {
            "start": 931094252,
            "stop": 931094253
        },
        {
            "start": 931094255,
            "stop": 931094263
        },
        {
            "start": 931094265,
            "stop": 931094266
        },
        {
            "start": 931094267,
            "stop": 931094275
        },
        {
            "start": 931094276,
            "stop": 931094278
        },
        {
            "start": 931094280,
            "stop": 931094281
        },
        {
            "start": 931094282,
            "stop": 931094289
        },
        {
            "start": 931094291,
            "stop": 931094298
        }
    ]
}