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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=204",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 205,
    "results": [
        {
            "start": 827034412,
            "stop": 827034422
        },
        {
            "start": 827034424,
            "stop": 827034432
        },
        {
            "start": 827034434,
            "stop": 827034442
        },
        {
            "start": 827034444,
            "stop": 827034477
        },
        {
            "start": 827034478,
            "stop": 827034500
        },
        {
            "start": 827034503,
            "stop": 827034516
        },
        {
            "start": 827034520,
            "stop": 827034550
        },
        {
            "start": 827034553,
            "stop": 827034575
        },
        {
            "start": 827034577,
            "stop": 827034596
        },
        {
            "start": 827034610,
            "stop": 827034630
        },
        {
            "start": 827034632,
            "stop": 827034679
        },
        {
            "start": 827034695,
            "stop": 827034696
        },
        {
            "start": 827034705,
            "stop": 827034753
        },
        {
            "start": 827034757,
            "stop": 827034761
        },
        {
            "start": 827034766,
            "stop": 827034865
        },
        {
            "start": 827034871,
            "stop": 827034873
        },
        {
            "start": 827034877,
            "stop": 827034885
        },
        {
            "start": 827034887,
            "stop": 827034895
        },
        {
            "start": 827034901,
            "stop": 827034902
        },
        {
            "start": 827034904,
            "stop": 827034905
        }
    ]
}