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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=275",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 276,
    "results": [
        {
            "start": 1262767063,
            "stop": 1262767189
        },
        {
            "start": 1262767194,
            "stop": 1262767239
        },
        {
            "start": 1262767241,
            "stop": 1262767274
        },
        {
            "start": 1262767279,
            "stop": 1262767357
        },
        {
            "start": 1262767362,
            "stop": 1262767870
        },
        {
            "start": 1262767875,
            "stop": 1262767982
        },
        {
            "start": 1262767987,
            "stop": 1262768096
        },
        {
            "start": 1262768107,
            "stop": 1262768367
        },
        {
            "start": 1262768370,
            "stop": 1262768458
        },
        {
            "start": 1262768463,
            "stop": 1262768953
        },
        {
            "start": 1262768958,
            "stop": 1262768982
        },
        {
            "start": 1262768987,
            "stop": 1262769000
        },
        {
            "start": 1262769005,
            "stop": 1262769035
        },
        {
            "start": 1262769038,
            "stop": 1262769238
        },
        {
            "start": 1262769241,
            "stop": 1262769352
        },
        {
            "start": 1262769353,
            "stop": 1262769399
        },
        {
            "start": 1262769401,
            "stop": 1262769490
        },
        {
            "start": 1262769493,
            "stop": 1262769654
        },
        {
            "start": 1262769659,
            "stop": 1262769695
        },
        {
            "start": 1262769700,
            "stop": 1262769848
        }
    ]
}