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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1839",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1837",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1838,
    "results": [
        {
            "start": 1250451480,
            "stop": 1250451487
        },
        {
            "start": 1250451490,
            "stop": 1250451492
        },
        {
            "start": 1250451495,
            "stop": 1250451544
        },
        {
            "start": 1250451545,
            "stop": 1250451563
        },
        {
            "start": 1250451566,
            "stop": 1250451959
        },
        {
            "start": 1250451960,
            "stop": 1250452030
        },
        {
            "start": 1250452032,
            "stop": 1250452344
        },
        {
            "start": 1250452347,
            "stop": 1250452365
        },
        {
            "start": 1250452368,
            "stop": 1250452442
        },
        {
            "start": 1250452450,
            "stop": 1250452695
        },
        {
            "start": 1250452696,
            "stop": 1250452708
        },
        {
            "start": 1250452711,
            "stop": 1250452719
        },
        {
            "start": 1250452722,
            "stop": 1250452736
        },
        {
            "start": 1250452739,
            "stop": 1250453012
        },
        {
            "start": 1250453015,
            "stop": 1250453035
        },
        {
            "start": 1250453038,
            "stop": 1250453257
        },
        {
            "start": 1250453259,
            "stop": 1250453260
        },
        {
            "start": 1250453261,
            "stop": 1250453411
        },
        {
            "start": 1250453414,
            "stop": 1250453453
        },
        {
            "start": 1250453456,
            "stop": 1250453488
        }
    ]
}