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=418
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=419",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=417",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 418,
    "results": [
        {
            "start": 1261463749,
            "stop": 1261463898
        },
        {
            "start": 1261463901,
            "stop": 1261464069
        },
        {
            "start": 1261464072,
            "stop": 1261464170
        },
        {
            "start": 1261464173,
            "stop": 1261464186
        },
        {
            "start": 1261464189,
            "stop": 1261464661
        },
        {
            "start": 1261464664,
            "stop": 1261464914
        },
        {
            "start": 1261464917,
            "stop": 1261466542
        },
        {
            "start": 1261466545,
            "stop": 1261466550
        },
        {
            "start": 1261466553,
            "stop": 1261466558
        },
        {
            "start": 1261466561,
            "stop": 1261466608
        },
        {
            "start": 1261466611,
            "stop": 1261466662
        },
        {
            "start": 1261466665,
            "stop": 1261467112
        },
        {
            "start": 1261467115,
            "stop": 1261468701
        },
        {
            "start": 1261468704,
            "stop": 1261470756
        },
        {
            "start": 1261470759,
            "stop": 1261471620
        },
        {
            "start": 1261471623,
            "stop": 1261472361
        },
        {
            "start": 1261472367,
            "stop": 1261474029
        },
        {
            "start": 1261474032,
            "stop": 1261474296
        },
        {
            "start": 1261474299,
            "stop": 1261474963
        },
        {
            "start": 1261474966,
            "stop": 1261474982
        }
    ]
}