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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=161",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 162,
    "results": [
        {
            "start": 1261026366,
            "stop": 1261026570
        },
        {
            "start": 1261034390,
            "stop": 1261034513
        },
        {
            "start": 1261034515,
            "stop": 1261034530
        },
        {
            "start": 1261034535,
            "stop": 1261034708
        },
        {
            "start": 1261034713,
            "stop": 1261034810
        },
        {
            "start": 1261034813,
            "stop": 1261034832
        },
        {
            "start": 1261034837,
            "stop": 1261035014
        },
        {
            "start": 1261035019,
            "stop": 1261035031
        },
        {
            "start": 1261035036,
            "stop": 1261035248
        },
        {
            "start": 1261035253,
            "stop": 1261035412
        },
        {
            "start": 1261035417,
            "stop": 1261035421
        },
        {
            "start": 1261035426,
            "stop": 1261035561
        },
        {
            "start": 1261035566,
            "stop": 1261035653
        },
        {
            "start": 1261035658,
            "stop": 1261036570
        },
        {
            "start": 1261036574,
            "stop": 1261037916
        },
        {
            "start": 1261037921,
            "stop": 1261040318
        },
        {
            "start": 1261040323,
            "stop": 1261041178
        },
        {
            "start": 1261041183,
            "stop": 1261041604
        },
        {
            "start": 1261041608,
            "stop": 1261041796
        },
        {
            "start": 1261041801,
            "stop": 1261042197
        }
    ]
}