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/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=44",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 45,
    "results": [
        {
            "start": 817252206,
            "stop": 817252293
        },
        {
            "start": 817252297,
            "stop": 817252338
        },
        {
            "start": 817255379,
            "stop": 817255605
        },
        {
            "start": 817255609,
            "stop": 817256361
        },
        {
            "start": 817256365,
            "stop": 817257051
        },
        {
            "start": 817257054,
            "stop": 817257924
        },
        {
            "start": 817257927,
            "stop": 817257948
        },
        {
            "start": 817257951,
            "stop": 817258989
        },
        {
            "start": 817258992,
            "stop": 817259578
        },
        {
            "start": 817259595,
            "stop": 817259609
        },
        {
            "start": 817259628,
            "stop": 817259886
        },
        {
            "start": 817259889,
            "stop": 817259903
        },
        {
            "start": 817259906,
            "stop": 817260286
        },
        {
            "start": 817260289,
            "stop": 817260867
        },
        {
            "start": 817260884,
            "stop": 817261048
        },
        {
            "start": 817261051,
            "stop": 817261163
        },
        {
            "start": 817261167,
            "stop": 817261267
        },
        {
            "start": 817261270,
            "stop": 817261307
        },
        {
            "start": 817261324,
            "stop": 817261540
        },
        {
            "start": 817261544,
            "stop": 817261656
        }
    ]
}