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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=670",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=668",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 669,
    "results": [
        {
            "start": 1248420560,
            "stop": 1248423029
        },
        {
            "start": 1248423037,
            "stop": 1248428790
        },
        {
            "start": 1248428793,
            "stop": 1248428995
        },
        {
            "start": 1248428997,
            "stop": 1248429178
        },
        {
            "start": 1248429186,
            "stop": 1248432279
        },
        {
            "start": 1248432282,
            "stop": 1248438287
        },
        {
            "start": 1248438291,
            "stop": 1248438512
        },
        {
            "start": 1248438517,
            "stop": 1248438871
        },
        {
            "start": 1248438875,
            "stop": 1248440288
        },
        {
            "start": 1248440291,
            "stop": 1248442971
        },
        {
            "start": 1248442974,
            "stop": 1248444241
        },
        {
            "start": 1248444245,
            "stop": 1248448160
        },
        {
            "start": 1248448163,
            "stop": 1248448541
        },
        {
            "start": 1248448544,
            "stop": 1248448802
        },
        {
            "start": 1248448806,
            "stop": 1248449377
        },
        {
            "start": 1248449380,
            "stop": 1248451712
        },
        {
            "start": 1248451715,
            "stop": 1248455616
        },
        {
            "start": 1248455620,
            "stop": 1248457298
        },
        {
            "start": 1248457301,
            "stop": 1248460471
        },
        {
            "start": 1248460476,
            "stop": 1248460968
        }
    ]
}