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=1927
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=1928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1926",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1927,
    "results": [
        {
            "start": 849566075,
            "stop": 849568092
        },
        {
            "start": 849568202,
            "stop": 849568315
        },
        {
            "start": 849568780,
            "stop": 849573749
        },
        {
            "start": 849574944,
            "stop": 849633055
        },
        {
            "start": 849633060,
            "stop": 849633065
        },
        {
            "start": 849633078,
            "stop": 849637557
        },
        {
            "start": 849637667,
            "stop": 849637852
        },
        {
            "start": 849680289,
            "stop": 849705130
        },
        {
            "start": 849705620,
            "stop": 849711516
        },
        {
            "start": 849712929,
            "stop": 849719419
        },
        {
            "start": 849719719,
            "stop": 849719935
        },
        {
            "start": 849720235,
            "stop": 849725891
        },
        {
            "start": 849726191,
            "stop": 849729025
        },
        {
            "start": 849730346,
            "stop": 849741030
        },
        {
            "start": 849741150,
            "stop": 849750930
        },
        {
            "start": 849750990,
            "stop": 849751014
        },
        {
            "start": 849752710,
            "stop": 849773860
        },
        {
            "start": 849774160,
            "stop": 849774367
        },
        {
            "start": 849774477,
            "stop": 849774500
        },
        {
            "start": 849774800,
            "stop": 849774882
        }
    ]
}