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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=348",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 349,
    "results": [
        {
            "start": 1264163674,
            "stop": 1264163921
        },
        {
            "start": 1264163923,
            "stop": 1264164035
        },
        {
            "start": 1264164036,
            "stop": 1264164396
        },
        {
            "start": 1264164399,
            "stop": 1264164547
        },
        {
            "start": 1264164549,
            "stop": 1264164559
        },
        {
            "start": 1264164561,
            "stop": 1264164567
        },
        {
            "start": 1264164569,
            "stop": 1264164582
        },
        {
            "start": 1264164587,
            "stop": 1264164605
        },
        {
            "start": 1264164607,
            "stop": 1264164661
        },
        {
            "start": 1264164663,
            "stop": 1264164820
        },
        {
            "start": 1264164821,
            "stop": 1264164883
        },
        {
            "start": 1264164886,
            "stop": 1264165090
        },
        {
            "start": 1264165091,
            "stop": 1264165354
        },
        {
            "start": 1264165355,
            "stop": 1264165445
        },
        {
            "start": 1264165448,
            "stop": 1264165454
        },
        {
            "start": 1264165455,
            "stop": 1264165485
        },
        {
            "start": 1264165486,
            "stop": 1264165784
        },
        {
            "start": 1264165788,
            "stop": 1264165929
        },
        {
            "start": 1264165930,
            "stop": 1264166047
        },
        {
            "start": 1264166052,
            "stop": 1264166118
        }
    ]
}