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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=172",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 173,
    "results": [
        {
            "start": 1239740320,
            "stop": 1239741292
        },
        {
            "start": 1239741297,
            "stop": 1239741404
        },
        {
            "start": 1239741407,
            "stop": 1239741805
        },
        {
            "start": 1239741809,
            "stop": 1239742099
        },
        {
            "start": 1239742102,
            "stop": 1239742392
        },
        {
            "start": 1239742397,
            "stop": 1239742792
        },
        {
            "start": 1239742795,
            "stop": 1239742851
        },
        {
            "start": 1239742859,
            "stop": 1239742891
        },
        {
            "start": 1239742894,
            "stop": 1239743070
        },
        {
            "start": 1239743074,
            "stop": 1239743162
        },
        {
            "start": 1239743166,
            "stop": 1239743254
        },
        {
            "start": 1239743258,
            "stop": 1239743377
        },
        {
            "start": 1239743381,
            "stop": 1239743697
        },
        {
            "start": 1239743702,
            "stop": 1239743736
        },
        {
            "start": 1239743740,
            "stop": 1239743872
        },
        {
            "start": 1239743880,
            "stop": 1239743926
        },
        {
            "start": 1239743931,
            "stop": 1239743948
        },
        {
            "start": 1239743952,
            "stop": 1239744062
        },
        {
            "start": 1239746131,
            "stop": 1239746153
        },
        {
            "start": 1239746158,
            "stop": 1239746233
        }
    ]
}