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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=187",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 188,
    "results": [
        {
            "start": 1421619738,
            "stop": 1421621799
        },
        {
            "start": 1421621913,
            "stop": 1421622215
        },
        {
            "start": 1421622219,
            "stop": 1421623143
        },
        {
            "start": 1421623148,
            "stop": 1421623343
        },
        {
            "start": 1421623347,
            "stop": 1421624141
        },
        {
            "start": 1421624144,
            "stop": 1421624880
        },
        {
            "start": 1421624884,
            "stop": 1421624920
        },
        {
            "start": 1421624925,
            "stop": 1421625137
        },
        {
            "start": 1421625140,
            "stop": 1421625556
        },
        {
            "start": 1421625561,
            "stop": 1421625662
        },
        {
            "start": 1421625667,
            "stop": 1421625923
        },
        {
            "start": 1421625927,
            "stop": 1421629466
        },
        {
            "start": 1421629471,
            "stop": 1421635718
        },
        {
            "start": 1421635722,
            "stop": 1421643348
        },
        {
            "start": 1421643353,
            "stop": 1421643671
        },
        {
            "start": 1421643676,
            "stop": 1421646596
        },
        {
            "start": 1421646601,
            "stop": 1421647326
        },
        {
            "start": 1421647330,
            "stop": 1421648064
        },
        {
            "start": 1421648068,
            "stop": 1421649471
        },
        {
            "start": 1421657888,
            "stop": 1421659120
        }
    ]
}