Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7607
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7608",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7606",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7607,
    "results": [
        {
            "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
        },
        {
            "start": 970669379,
            "stop": 970669943
        },
        {
            "start": 970669946,
            "stop": 970669964
        },
        {
            "start": 970669973,
            "stop": 970670043
        },
        {
            "start": 970672642,
            "stop": 970672882
        },
        {
            "start": 970672885,
            "stop": 970674967
        }
    ]
}