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=2165
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=2166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2164",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2165,
    "results": [
        {
            "start": 872421185,
            "stop": 872421253
        },
        {
            "start": 872421272,
            "stop": 872421301
        },
        {
            "start": 872421320,
            "stop": 872421362
        },
        {
            "start": 872421381,
            "stop": 872421945
        },
        {
            "start": 872421964,
            "stop": 872421968
        },
        {
            "start": 872421987,
            "stop": 872422118
        },
        {
            "start": 872422142,
            "stop": 872422184
        },
        {
            "start": 872422203,
            "stop": 872422286
        },
        {
            "start": 872422305,
            "stop": 872422313
        },
        {
            "start": 872422332,
            "stop": 872422639
        },
        {
            "start": 872422658,
            "stop": 872422664
        },
        {
            "start": 872422683,
            "stop": 872422687
        },
        {
            "start": 872422712,
            "stop": 872422932
        },
        {
            "start": 872422949,
            "stop": 872423085
        },
        {
            "start": 872423104,
            "stop": 872423211
        },
        {
            "start": 872423230,
            "stop": 872423355
        },
        {
            "start": 872423391,
            "stop": 872423407
        },
        {
            "start": 872423452,
            "stop": 872423454
        },
        {
            "start": 872423471,
            "stop": 872423481
        },
        {
            "start": 872423502,
            "stop": 872423513
        }
    ]
}