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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=151",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 152,
    "results": [
        {
            "start": 1381819693,
            "stop": 1381831960
        },
        {
            "start": 1381831965,
            "stop": 1381838607
        },
        {
            "start": 1381838611,
            "stop": 1381838901
        },
        {
            "start": 1381838906,
            "stop": 1381846045
        },
        {
            "start": 1381846050,
            "stop": 1381860607
        },
        {
            "start": 1381860611,
            "stop": 1381860632
        },
        {
            "start": 1381860637,
            "stop": 1381861913
        },
        {
            "start": 1381861918,
            "stop": 1381862359
        },
        {
            "start": 1381862364,
            "stop": 1381863517
        },
        {
            "start": 1381863522,
            "stop": 1381864915
        },
        {
            "start": 1381864918,
            "stop": 1381867220
        },
        {
            "start": 1381878183,
            "stop": 1381878794
        },
        {
            "start": 1381878799,
            "stop": 1381879893
        },
        {
            "start": 1381879898,
            "stop": 1381882966
        },
        {
            "start": 1381882971,
            "stop": 1381886451
        },
        {
            "start": 1381886456,
            "stop": 1381904257
        },
        {
            "start": 1381904262,
            "stop": 1381910351
        },
        {
            "start": 1381910356,
            "stop": 1381910740
        },
        {
            "start": 1381956615,
            "stop": 1381956763
        },
        {
            "start": 1381956768,
            "stop": 1381956894
        }
    ]
}