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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=377",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 378,
    "results": [
        {
            "start": 1260942202,
            "stop": 1260942349
        },
        {
            "start": 1260942352,
            "stop": 1260942365
        },
        {
            "start": 1260942368,
            "stop": 1260942798
        },
        {
            "start": 1260942799,
            "stop": 1260942808
        },
        {
            "start": 1260942809,
            "stop": 1260942863
        },
        {
            "start": 1260942866,
            "stop": 1260942957
        },
        {
            "start": 1260942959,
            "stop": 1260942970
        },
        {
            "start": 1260942973,
            "stop": 1260943300
        },
        {
            "start": 1260943302,
            "stop": 1260943307
        },
        {
            "start": 1260943309,
            "stop": 1260943720
        },
        {
            "start": 1260943723,
            "stop": 1260943818
        },
        {
            "start": 1260943821,
            "stop": 1260943942
        },
        {
            "start": 1260943945,
            "stop": 1260944148
        },
        {
            "start": 1260944150,
            "stop": 1260944200
        },
        {
            "start": 1260944203,
            "stop": 1260944314
        },
        {
            "start": 1260944317,
            "stop": 1260945045
        },
        {
            "start": 1260945048,
            "stop": 1260945098
        },
        {
            "start": 1260945101,
            "stop": 1260945171
        },
        {
            "start": 1260945174,
            "stop": 1260945544
        },
        {
            "start": 1260945547,
            "stop": 1260946030
        }
    ]
}