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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=319",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 320,
    "results": [
        {
            "start": 935475928,
            "stop": 935475988
        },
        {
            "start": 935478488,
            "stop": 935478673
        },
        {
            "start": 935478675,
            "stop": 935478678
        },
        {
            "start": 935478681,
            "stop": 935478808
        },
        {
            "start": 935478868,
            "stop": 935479168
        },
        {
            "start": 935479228,
            "stop": 935479828
        },
        {
            "start": 935479888,
            "stop": 935480128
        },
        {
            "start": 935480188,
            "stop": 935481043
        },
        {
            "start": 935481045,
            "stop": 935481418
        },
        {
            "start": 935481420,
            "stop": 935481615
        },
        {
            "start": 935481855,
            "stop": 935481929
        },
        {
            "start": 935481932,
            "stop": 935481988
        },
        {
            "start": 935482048,
            "stop": 935482813
        },
        {
            "start": 935482815,
            "stop": 935482828
        },
        {
            "start": 935482830,
            "stop": 935483100
        },
        {
            "start": 935483103,
            "stop": 935483458
        },
        {
            "start": 935483462,
            "stop": 935483940
        },
        {
            "start": 935483944,
            "stop": 935485215
        },
        {
            "start": 935485455,
            "stop": 935486324
        },
        {
            "start": 935486326,
            "stop": 935486803
        }
    ]
}