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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=280",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 281,
    "results": [
        {
            "start": 1260164419,
            "stop": 1260165394
        },
        {
            "start": 1260165396,
            "stop": 1260165511
        },
        {
            "start": 1260165512,
            "stop": 1260165517
        },
        {
            "start": 1260165518,
            "stop": 1260166480
        },
        {
            "start": 1260166483,
            "stop": 1260166843
        },
        {
            "start": 1260166844,
            "stop": 1260167186
        },
        {
            "start": 1260167188,
            "stop": 1260167448
        },
        {
            "start": 1260167450,
            "stop": 1260168365
        },
        {
            "start": 1260168367,
            "stop": 1260169035
        },
        {
            "start": 1260169036,
            "stop": 1260169478
        },
        {
            "start": 1260169479,
            "stop": 1260169644
        },
        {
            "start": 1260169645,
            "stop": 1260170201
        },
        {
            "start": 1260170203,
            "stop": 1260170284
        },
        {
            "start": 1260170286,
            "stop": 1260170386
        },
        {
            "start": 1260170388,
            "stop": 1260170546
        },
        {
            "start": 1260170548,
            "stop": 1260170802
        },
        {
            "start": 1260170803,
            "stop": 1260170878
        },
        {
            "start": 1260170881,
            "stop": 1260171220
        },
        {
            "start": 1260171221,
            "stop": 1260172189
        },
        {
            "start": 1260172190,
            "stop": 1260172237
        }
    ]
}