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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2311",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2312,
    "results": [
        {
            "start": 874152776,
            "stop": 874152865
        },
        {
            "start": 874152884,
            "stop": 874152910
        },
        {
            "start": 874152931,
            "stop": 874153057
        },
        {
            "start": 874153103,
            "stop": 874153118
        },
        {
            "start": 874153137,
            "stop": 874153180
        },
        {
            "start": 874153202,
            "stop": 874153313
        },
        {
            "start": 874153332,
            "stop": 874155028
        },
        {
            "start": 874155047,
            "stop": 874155072
        },
        {
            "start": 874155089,
            "stop": 874155238
        },
        {
            "start": 874155256,
            "stop": 874155451
        },
        {
            "start": 874155470,
            "stop": 874155656
        },
        {
            "start": 874155685,
            "stop": 874155886
        },
        {
            "start": 874155905,
            "stop": 874156042
        },
        {
            "start": 874156078,
            "stop": 874156162
        },
        {
            "start": 874156187,
            "stop": 874156338
        },
        {
            "start": 874156357,
            "stop": 874156381
        },
        {
            "start": 874156400,
            "stop": 874156441
        },
        {
            "start": 874156458,
            "stop": 874156583
        },
        {
            "start": 874156600,
            "stop": 874156843
        },
        {
            "start": 874156869,
            "stop": 874156887
        }
    ]
}