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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3577",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3575",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3576,
    "results": [
        {
            "start": 871774252,
            "stop": 871774323
        },
        {
            "start": 871774340,
            "stop": 871774413
        },
        {
            "start": 871774437,
            "stop": 871774466
        },
        {
            "start": 871774483,
            "stop": 871774493
        },
        {
            "start": 871774528,
            "stop": 871774702
        },
        {
            "start": 871774719,
            "stop": 871774753
        },
        {
            "start": 871774770,
            "stop": 871775178
        },
        {
            "start": 871775199,
            "stop": 871775200
        },
        {
            "start": 871775217,
            "stop": 871775264
        },
        {
            "start": 871775281,
            "stop": 871775374
        },
        {
            "start": 871775391,
            "stop": 871775658
        },
        {
            "start": 871775675,
            "stop": 871775820
        },
        {
            "start": 871775940,
            "stop": 871776004
        },
        {
            "start": 871776007,
            "stop": 871776343
        },
        {
            "start": 871776361,
            "stop": 871776709
        },
        {
            "start": 871776726,
            "stop": 871776731
        },
        {
            "start": 871776748,
            "stop": 871776841
        },
        {
            "start": 871776858,
            "stop": 871777384
        },
        {
            "start": 871777401,
            "stop": 871777416
        },
        {
            "start": 871777433,
            "stop": 871777706
        }
    ]
}