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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40642",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40643,
    "results": [
        {
            "start": 874914186,
            "stop": 874914194
        },
        {
            "start": 874914195,
            "stop": 874914219
        },
        {
            "start": 874914223,
            "stop": 874914228
        },
        {
            "start": 874914229,
            "stop": 874914242
        },
        {
            "start": 874914243,
            "stop": 874914250
        },
        {
            "start": 874914251,
            "stop": 874914260
        },
        {
            "start": 874914261,
            "stop": 874914315
        },
        {
            "start": 874914316,
            "stop": 874914320
        },
        {
            "start": 874914321,
            "stop": 874914326
        },
        {
            "start": 874914327,
            "stop": 874914341
        },
        {
            "start": 874914342,
            "stop": 874914344
        },
        {
            "start": 874914345,
            "stop": 874914364
        },
        {
            "start": 874914365,
            "stop": 874914372
        },
        {
            "start": 874914374,
            "stop": 874914389
        },
        {
            "start": 874914390,
            "stop": 874914435
        },
        {
            "start": 874914437,
            "stop": 874914441
        },
        {
            "start": 874914444,
            "stop": 874914447
        },
        {
            "start": 874914448,
            "stop": 874914456
        },
        {
            "start": 874914458,
            "stop": 874914461
        },
        {
            "start": 874914463,
            "stop": 874914469
        }
    ]
}