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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=209",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 210,
    "results": [
        {
            "start": 1261983258,
            "stop": 1261983335
        },
        {
            "start": 1261983339,
            "stop": 1261984472
        },
        {
            "start": 1261984475,
            "stop": 1261985914
        },
        {
            "start": 1261985919,
            "stop": 1261986219
        },
        {
            "start": 1261986222,
            "stop": 1261986344
        },
        {
            "start": 1261986348,
            "stop": 1261986352
        },
        {
            "start": 1261986355,
            "stop": 1261986840
        },
        {
            "start": 1261986842,
            "stop": 1261987308
        },
        {
            "start": 1261987312,
            "stop": 1261987517
        },
        {
            "start": 1261987519,
            "stop": 1261987548
        },
        {
            "start": 1261987551,
            "stop": 1261987556
        },
        {
            "start": 1261987559,
            "stop": 1261988075
        },
        {
            "start": 1261988078,
            "stop": 1261988864
        },
        {
            "start": 1261988868,
            "stop": 1261988871
        },
        {
            "start": 1261988876,
            "stop": 1261988878
        },
        {
            "start": 1261988883,
            "stop": 1261988886
        },
        {
            "start": 1261988894,
            "stop": 1261989035
        },
        {
            "start": 1261989038,
            "stop": 1261989050
        },
        {
            "start": 1261989054,
            "stop": 1261989749
        },
        {
            "start": 1261989752,
            "stop": 1261989757
        }
    ]
}