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=3528
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=3529",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3527",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3528,
    "results": [
        {
            "start": 871512203,
            "stop": 871512327
        },
        {
            "start": 871512345,
            "stop": 871512354
        },
        {
            "start": 871512371,
            "stop": 871512765
        },
        {
            "start": 871512782,
            "stop": 871512842
        },
        {
            "start": 871512859,
            "stop": 871512958
        },
        {
            "start": 871512990,
            "stop": 871513162
        },
        {
            "start": 871513179,
            "stop": 871513184
        },
        {
            "start": 871513228,
            "stop": 871513290
        },
        {
            "start": 871513307,
            "stop": 871513336
        },
        {
            "start": 871513353,
            "stop": 871513372
        },
        {
            "start": 871513389,
            "stop": 871513495
        },
        {
            "start": 871513512,
            "stop": 871513598
        },
        {
            "start": 871513615,
            "stop": 871513618
        },
        {
            "start": 871513644,
            "stop": 871513735
        },
        {
            "start": 871513753,
            "stop": 871513828
        },
        {
            "start": 871513845,
            "stop": 871513915
        },
        {
            "start": 871513932,
            "stop": 871513936
        },
        {
            "start": 871513953,
            "stop": 871514079
        },
        {
            "start": 871514096,
            "stop": 871514103
        },
        {
            "start": 871514120,
            "stop": 871514141
        }
    ]
}