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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7592",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7590",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7591,
    "results": [
        {
            "start": 970661412,
            "stop": 970661465
        },
        {
            "start": 970661468,
            "stop": 970661737
        },
        {
            "start": 970661740,
            "stop": 970661987
        },
        {
            "start": 970661990,
            "stop": 970662092
        },
        {
            "start": 970662095,
            "stop": 970662488
        },
        {
            "start": 970662491,
            "stop": 970662733
        },
        {
            "start": 970662736,
            "stop": 970663488
        },
        {
            "start": 970663491,
            "stop": 970663558
        },
        {
            "start": 970663561,
            "stop": 970665096
        },
        {
            "start": 970665099,
            "stop": 970665223
        },
        {
            "start": 970665226,
            "stop": 970666820
        },
        {
            "start": 970666853,
            "stop": 970667155
        },
        {
            "start": 970667158,
            "stop": 970668083
        },
        {
            "start": 970668084,
            "stop": 970668687
        },
        {
            "start": 970668690,
            "stop": 970668726
        },
        {
            "start": 970668729,
            "stop": 970668907
        },
        {
            "start": 970668940,
            "stop": 970668944
        },
        {
            "start": 970668951,
            "stop": 970668965
        },
        {
            "start": 970668968,
            "stop": 970669161
        },
        {
            "start": 970669164,
            "stop": 970669376
        }
    ]
}