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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3932",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3933,
    "results": [
        {
            "start": 874307789,
            "stop": 874309718
        },
        {
            "start": 874311276,
            "stop": 874311538
        },
        {
            "start": 874311541,
            "stop": 874311547
        },
        {
            "start": 874311550,
            "stop": 874311573
        },
        {
            "start": 874311576,
            "stop": 874312156
        },
        {
            "start": 874312159,
            "stop": 874312166
        },
        {
            "start": 874312170,
            "stop": 874312176
        },
        {
            "start": 874312179,
            "stop": 874312204
        },
        {
            "start": 874312207,
            "stop": 874312211
        },
        {
            "start": 874312214,
            "stop": 874312226
        },
        {
            "start": 874312229,
            "stop": 874312231
        },
        {
            "start": 874312236,
            "stop": 874312244
        },
        {
            "start": 874312247,
            "stop": 874312261
        },
        {
            "start": 874312264,
            "stop": 874313489
        },
        {
            "start": 874313490,
            "stop": 874313502
        },
        {
            "start": 874313503,
            "stop": 874313513
        },
        {
            "start": 874313514,
            "stop": 874313518
        },
        {
            "start": 874313519,
            "stop": 874313520
        },
        {
            "start": 874313524,
            "stop": 874313527
        },
        {
            "start": 874313528,
            "stop": 874313535
        }
    ]
}