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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=262",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 263,
    "results": [
        {
            "start": 931510853,
            "stop": 931510856
        },
        {
            "start": 931510859,
            "stop": 931510869
        },
        {
            "start": 931510872,
            "stop": 931510874
        },
        {
            "start": 931510877,
            "stop": 931510887
        },
        {
            "start": 931510888,
            "stop": 931510890
        },
        {
            "start": 931510892,
            "stop": 931510910
        },
        {
            "start": 931510913,
            "stop": 931510930
        },
        {
            "start": 931510933,
            "stop": 931510957
        },
        {
            "start": 931510962,
            "stop": 931510976
        },
        {
            "start": 931510979,
            "stop": 931510982
        },
        {
            "start": 931510985,
            "stop": 931510991
        },
        {
            "start": 931510994,
            "stop": 931511037
        },
        {
            "start": 931511040,
            "stop": 931511042
        },
        {
            "start": 931511049,
            "stop": 931511050
        },
        {
            "start": 931511053,
            "stop": 931511067
        },
        {
            "start": 931511070,
            "stop": 931511109
        },
        {
            "start": 931511112,
            "stop": 931511115
        },
        {
            "start": 931511118,
            "stop": 931511120
        },
        {
            "start": 931511123,
            "stop": 931511137
        },
        {
            "start": 931511140,
            "stop": 931511152
        }
    ]
}