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=787
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=788",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=786",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 787,
    "results": [
        {
            "start": 1249772199,
            "stop": 1249772202
        },
        {
            "start": 1249780837,
            "stop": 1249781733
        },
        {
            "start": 1249781737,
            "stop": 1249782102
        },
        {
            "start": 1249782106,
            "stop": 1249782908
        },
        {
            "start": 1249782912,
            "stop": 1249784457
        },
        {
            "start": 1249784461,
            "stop": 1249785084
        },
        {
            "start": 1249785087,
            "stop": 1249785842
        },
        {
            "start": 1249785845,
            "stop": 1249786278
        },
        {
            "start": 1249786281,
            "stop": 1249786349
        },
        {
            "start": 1249786352,
            "stop": 1249786422
        },
        {
            "start": 1249786427,
            "stop": 1249786664
        },
        {
            "start": 1249786667,
            "stop": 1249786871
        },
        {
            "start": 1249786874,
            "stop": 1249787754
        },
        {
            "start": 1249787758,
            "stop": 1249788785
        },
        {
            "start": 1249788790,
            "stop": 1249790531
        },
        {
            "start": 1249790535,
            "stop": 1249790632
        },
        {
            "start": 1249790636,
            "stop": 1249791227
        },
        {
            "start": 1249791234,
            "stop": 1249791286
        },
        {
            "start": 1249791290,
            "stop": 1249791564
        },
        {
            "start": 1249791568,
            "stop": 1249791647
        }
    ]
}