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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=731",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=729",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 730,
    "results": [
        {
            "start": 1267542158,
            "stop": 1267542159
        },
        {
            "start": 1267542162,
            "stop": 1267542166
        },
        {
            "start": 1267542172,
            "stop": 1267542185
        },
        {
            "start": 1267542187,
            "stop": 1267542188
        },
        {
            "start": 1267542200,
            "stop": 1267542201
        },
        {
            "start": 1267542206,
            "stop": 1267542207
        },
        {
            "start": 1267542211,
            "stop": 1267542216
        },
        {
            "start": 1267542219,
            "stop": 1267542289
        },
        {
            "start": 1267542290,
            "stop": 1267542298
        },
        {
            "start": 1267542299,
            "stop": 1267542315
        },
        {
            "start": 1267542316,
            "stop": 1267542317
        },
        {
            "start": 1267542318,
            "stop": 1267542320
        },
        {
            "start": 1267542325,
            "stop": 1267542326
        },
        {
            "start": 1267542331,
            "stop": 1267542337
        },
        {
            "start": 1267542347,
            "stop": 1267542349
        },
        {
            "start": 1267542350,
            "stop": 1267542351
        },
        {
            "start": 1267542352,
            "stop": 1267542353
        },
        {
            "start": 1267542356,
            "stop": 1267542359
        },
        {
            "start": 1267542360,
            "stop": 1267542451
        },
        {
            "start": 1267542452,
            "stop": 1267543704
        }
    ]
}