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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=425",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 426,
    "results": [
        {
            "start": 847803160,
            "stop": 847803191
        },
        {
            "start": 847803193,
            "stop": 847803196
        },
        {
            "start": 847803199,
            "stop": 847803200
        },
        {
            "start": 847803202,
            "stop": 847803208
        },
        {
            "start": 847803209,
            "stop": 847803211
        },
        {
            "start": 847803212,
            "stop": 847803218
        },
        {
            "start": 847803219,
            "stop": 847803221
        },
        {
            "start": 847803222,
            "stop": 847803224
        },
        {
            "start": 847803225,
            "stop": 847803228
        },
        {
            "start": 847803229,
            "stop": 847803231
        },
        {
            "start": 847803233,
            "stop": 847803234
        },
        {
            "start": 847803236,
            "stop": 847803263
        },
        {
            "start": 847803265,
            "stop": 847803270
        },
        {
            "start": 847803271,
            "stop": 847803338
        },
        {
            "start": 847803339,
            "stop": 847803346
        },
        {
            "start": 847803347,
            "stop": 847803371
        },
        {
            "start": 847803372,
            "stop": 847803409
        },
        {
            "start": 847803410,
            "stop": 847803422
        },
        {
            "start": 847803424,
            "stop": 847803594
        },
        {
            "start": 847803595,
            "stop": 847803602
        }
    ]
}