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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=967",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=965",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 966,
    "results": [
        {
            "start": 1134786647,
            "stop": 1134786981
        },
        {
            "start": 1134786987,
            "stop": 1134786988
        },
        {
            "start": 1134786992,
            "stop": 1134787039
        },
        {
            "start": 1134787056,
            "stop": 1134787085
        },
        {
            "start": 1134787100,
            "stop": 1134788151
        },
        {
            "start": 1134788164,
            "stop": 1134788254
        },
        {
            "start": 1134788261,
            "stop": 1134788262
        },
        {
            "start": 1134788274,
            "stop": 1134788279
        },
        {
            "start": 1134788288,
            "stop": 1134788297
        },
        {
            "start": 1134788302,
            "stop": 1134788325
        },
        {
            "start": 1134788329,
            "stop": 1134788884
        },
        {
            "start": 1134788895,
            "stop": 1134788919
        },
        {
            "start": 1134788921,
            "stop": 1134788930
        },
        {
            "start": 1134788937,
            "stop": 1134788940
        },
        {
            "start": 1134788949,
            "stop": 1134788951
        },
        {
            "start": 1134788954,
            "stop": 1134789183
        },
        {
            "start": 1134789192,
            "stop": 1134789705
        },
        {
            "start": 1134789708,
            "stop": 1134789724
        },
        {
            "start": 1134789729,
            "stop": 1134789731
        },
        {
            "start": 1134789734,
            "stop": 1134789736
        }
    ]
}