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=33118
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=33119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33117",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33118,
    "results": [
        {
            "start": 970561024,
            "stop": 970561026
        },
        {
            "start": 970561032,
            "stop": 970561035
        },
        {
            "start": 970561041,
            "stop": 970561068
        },
        {
            "start": 970561077,
            "stop": 970561085
        },
        {
            "start": 970561086,
            "stop": 970561091
        },
        {
            "start": 970561101,
            "stop": 970561139
        },
        {
            "start": 970561140,
            "stop": 970561141
        },
        {
            "start": 970561142,
            "stop": 970561145
        },
        {
            "start": 970561146,
            "stop": 970561153
        },
        {
            "start": 970561154,
            "stop": 970561199
        },
        {
            "start": 970561201,
            "stop": 970561225
        },
        {
            "start": 970561227,
            "stop": 970561246
        },
        {
            "start": 970561248,
            "stop": 970561262
        },
        {
            "start": 970561264,
            "stop": 970561269
        },
        {
            "start": 970561271,
            "stop": 970561295
        },
        {
            "start": 970561296,
            "stop": 970561305
        },
        {
            "start": 970561306,
            "stop": 970561315
        },
        {
            "start": 970561317,
            "stop": 970561320
        },
        {
            "start": 970561322,
            "stop": 970561358
        },
        {
            "start": 970561360,
            "stop": 970561367
        }
    ]
}