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=3597
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=3598",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3596",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3597,
    "results": [
        {
            "start": 871958127,
            "stop": 871959955
        },
        {
            "start": 871959972,
            "stop": 871960148
        },
        {
            "start": 871960165,
            "stop": 871960172
        },
        {
            "start": 871960191,
            "stop": 871960242
        },
        {
            "start": 871960259,
            "stop": 871960527
        },
        {
            "start": 871960554,
            "stop": 871960754
        },
        {
            "start": 871960771,
            "stop": 871961071
        },
        {
            "start": 871961088,
            "stop": 871961765
        },
        {
            "start": 871961782,
            "stop": 871961797
        },
        {
            "start": 871961814,
            "stop": 871962112
        },
        {
            "start": 871962129,
            "stop": 871962194
        },
        {
            "start": 871962211,
            "stop": 871962343
        },
        {
            "start": 871962360,
            "stop": 871962585
        },
        {
            "start": 871962609,
            "stop": 871962645
        },
        {
            "start": 871962662,
            "stop": 871962693
        },
        {
            "start": 871962710,
            "stop": 871962917
        },
        {
            "start": 871962934,
            "stop": 871963543
        },
        {
            "start": 871963562,
            "stop": 871967551
        },
        {
            "start": 871967568,
            "stop": 871967601
        },
        {
            "start": 871967618,
            "stop": 871969840
        }
    ]
}