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=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=303",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 304,
    "results": [
        {
            "start": 1260276989,
            "stop": 1260277713
        },
        {
            "start": 1260277714,
            "stop": 1260277718
        },
        {
            "start": 1260277719,
            "stop": 1260277736
        },
        {
            "start": 1260277738,
            "stop": 1260277855
        },
        {
            "start": 1260277858,
            "stop": 1260277862
        },
        {
            "start": 1260277865,
            "stop": 1260277902
        },
        {
            "start": 1260277905,
            "stop": 1260277906
        },
        {
            "start": 1260277909,
            "stop": 1260277990
        },
        {
            "start": 1260277993,
            "stop": 1260278056
        },
        {
            "start": 1260278059,
            "stop": 1260278245
        },
        {
            "start": 1260278248,
            "stop": 1260278349
        },
        {
            "start": 1260278352,
            "stop": 1260278499
        },
        {
            "start": 1260278502,
            "stop": 1260278536
        },
        {
            "start": 1260278539,
            "stop": 1260278563
        },
        {
            "start": 1260278566,
            "stop": 1260278703
        },
        {
            "start": 1260278706,
            "stop": 1260278859
        },
        {
            "start": 1260278862,
            "stop": 1260278903
        },
        {
            "start": 1260278906,
            "stop": 1260278918
        },
        {
            "start": 1260278921,
            "stop": 1260279033
        },
        {
            "start": 1260279036,
            "stop": 1260279041
        }
    ]
}