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=212
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=213",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=211",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 212,
    "results": [
        {
            "start": 1261995905,
            "stop": 1261995925
        },
        {
            "start": 1261995926,
            "stop": 1261996629
        },
        {
            "start": 1261996634,
            "stop": 1261996884
        },
        {
            "start": 1261996887,
            "stop": 1261996956
        },
        {
            "start": 1261996961,
            "stop": 1261997453
        },
        {
            "start": 1261997458,
            "stop": 1261997551
        },
        {
            "start": 1261997556,
            "stop": 1261997772
        },
        {
            "start": 1261997775,
            "stop": 1261998190
        },
        {
            "start": 1261998195,
            "stop": 1261998510
        },
        {
            "start": 1261998513,
            "stop": 1261998791
        },
        {
            "start": 1261998792,
            "stop": 1261999739
        },
        {
            "start": 1261999744,
            "stop": 1262000621
        },
        {
            "start": 1262000622,
            "stop": 1262000641
        },
        {
            "start": 1262000646,
            "stop": 1262000819
        },
        {
            "start": 1262000824,
            "stop": 1262001003
        },
        {
            "start": 1262001008,
            "stop": 1262002299
        },
        {
            "start": 1262002300,
            "stop": 1262002354
        },
        {
            "start": 1262002358,
            "stop": 1262002615
        },
        {
            "start": 1262002620,
            "stop": 1262002948
        },
        {
            "start": 1262002953,
            "stop": 1262003935
        }
    ]
}