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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=154
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 154,
    "results": [
        {
            "start": 1239502932,
            "stop": 1239505100
        },
        {
            "start": 1239505105,
            "stop": 1239506531
        },
        {
            "start": 1239506532,
            "stop": 1239507077
        },
        {
            "start": 1239507081,
            "stop": 1239510131
        },
        {
            "start": 1239510132,
            "stop": 1239513731
        },
        {
            "start": 1239513732,
            "stop": 1239514296
        },
        {
            "start": 1239514301,
            "stop": 1239515150
        },
        {
            "start": 1239515152,
            "stop": 1239516811
        },
        {
            "start": 1239516815,
            "stop": 1239517330
        },
        {
            "start": 1239517332,
            "stop": 1239520930
        },
        {
            "start": 1239520932,
            "stop": 1239524530
        },
        {
            "start": 1239524532,
            "stop": 1239524948
        },
        {
            "start": 1239524951,
            "stop": 1239525780
        },
        {
            "start": 1239525784,
            "stop": 1239525891
        },
        {
            "start": 1239525896,
            "stop": 1239526917
        },
        {
            "start": 1239526921,
            "stop": 1239528126
        },
        {
            "start": 1239528132,
            "stop": 1239531487
        },
        {
            "start": 1239531491,
            "stop": 1239531730
        },
        {
            "start": 1239531732,
            "stop": 1239532825
        },
        {
            "start": 1239532827,
            "stop": 1239533756
        }
    ]
}