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=707
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=708",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=706",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 707,
    "results": [
        {
            "start": 1266920038,
            "stop": 1266921832
        },
        {
            "start": 1266921836,
            "stop": 1266923651
        },
        {
            "start": 1266923654,
            "stop": 1266925141
        },
        {
            "start": 1266925145,
            "stop": 1266925581
        },
        {
            "start": 1266925584,
            "stop": 1266925684
        },
        {
            "start": 1266925686,
            "stop": 1266925692
        },
        {
            "start": 1266925694,
            "stop": 1266936597
        },
        {
            "start": 1266936599,
            "stop": 1266936723
        },
        {
            "start": 1266936726,
            "stop": 1266936962
        },
        {
            "start": 1266936964,
            "stop": 1266937554
        },
        {
            "start": 1266937557,
            "stop": 1266942015
        },
        {
            "start": 1266942016,
            "stop": 1266943374
        },
        {
            "start": 1266943378,
            "stop": 1266943894
        },
        {
            "start": 1266943896,
            "stop": 1266944278
        },
        {
            "start": 1266944280,
            "stop": 1266945115
        },
        {
            "start": 1266945116,
            "stop": 1266945359
        },
        {
            "start": 1266945360,
            "stop": 1266945368
        },
        {
            "start": 1266945371,
            "stop": 1266946304
        },
        {
            "start": 1266946309,
            "stop": 1266946494
        },
        {
            "start": 1266946496,
            "stop": 1266946923
        }
    ]
}