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=416
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=417",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=415",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 416,
    "results": [
        {
            "start": 1264371431,
            "stop": 1264371435
        },
        {
            "start": 1264371436,
            "stop": 1264371439
        },
        {
            "start": 1264371441,
            "stop": 1264371445
        },
        {
            "start": 1264371448,
            "stop": 1264371449
        },
        {
            "start": 1264371450,
            "stop": 1264371451
        },
        {
            "start": 1264371452,
            "stop": 1264371453
        },
        {
            "start": 1264371457,
            "stop": 1264371470
        },
        {
            "start": 1264371476,
            "stop": 1264371478
        },
        {
            "start": 1264371482,
            "stop": 1264371485
        },
        {
            "start": 1264371489,
            "stop": 1264371490
        },
        {
            "start": 1264371491,
            "stop": 1264371495
        },
        {
            "start": 1264371496,
            "stop": 1264371521
        },
        {
            "start": 1264371524,
            "stop": 1264371525
        },
        {
            "start": 1264371530,
            "stop": 1264371532
        },
        {
            "start": 1264371533,
            "stop": 1264371534
        },
        {
            "start": 1264371535,
            "stop": 1264371547
        },
        {
            "start": 1264371548,
            "stop": 1264371554
        },
        {
            "start": 1264371555,
            "stop": 1264371559
        },
        {
            "start": 1264371560,
            "stop": 1264371566
        },
        {
            "start": 1264371568,
            "stop": 1264371571
        }
    ]
}