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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=140",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 141,
    "results": [
        {
            "start": 953963498,
            "stop": 953963500
        },
        {
            "start": 953963502,
            "stop": 953963547
        },
        {
            "start": 953963551,
            "stop": 953963561
        },
        {
            "start": 953963564,
            "stop": 953963778
        },
        {
            "start": 953963783,
            "stop": 953963785
        },
        {
            "start": 953963790,
            "stop": 953963805
        },
        {
            "start": 953963808,
            "stop": 953963809
        },
        {
            "start": 953963813,
            "stop": 953963835
        },
        {
            "start": 953963840,
            "stop": 953963843
        },
        {
            "start": 953963848,
            "stop": 953964030
        },
        {
            "start": 953964036,
            "stop": 953964049
        },
        {
            "start": 953964052,
            "stop": 953964079
        },
        {
            "start": 953964084,
            "stop": 953964109
        },
        {
            "start": 953964112,
            "stop": 953964149
        },
        {
            "start": 953964153,
            "stop": 953964428
        },
        {
            "start": 953964450,
            "stop": 953964458
        },
        {
            "start": 953964463,
            "stop": 953964490
        },
        {
            "start": 953964493,
            "stop": 953964498
        },
        {
            "start": 953964502,
            "stop": 953964960
        },
        {
            "start": 953964965,
            "stop": 953964968
        }
    ]
}