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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8799",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8800,
    "results": [
        {
            "start": 872422658,
            "stop": 872422664
        },
        {
            "start": 872422683,
            "stop": 872422687
        },
        {
            "start": 872422712,
            "stop": 872422932
        },
        {
            "start": 872422949,
            "stop": 872423085
        },
        {
            "start": 872423104,
            "stop": 872423211
        },
        {
            "start": 872423230,
            "stop": 872423347
        },
        {
            "start": 872423391,
            "stop": 872423407
        },
        {
            "start": 872423471,
            "stop": 872423481
        },
        {
            "start": 872423502,
            "stop": 872423513
        },
        {
            "start": 872423534,
            "stop": 872423538
        },
        {
            "start": 872423563,
            "stop": 872423577
        },
        {
            "start": 872423602,
            "stop": 872423614
        },
        {
            "start": 872423656,
            "stop": 872423663
        },
        {
            "start": 872423680,
            "stop": 872423683
        },
        {
            "start": 872460014,
            "stop": 872460155
        },
        {
            "start": 872460214,
            "stop": 872460293
        },
        {
            "start": 872460339,
            "stop": 872460547
        },
        {
            "start": 872460574,
            "stop": 872460576
        },
        {
            "start": 872460648,
            "stop": 872461111
        },
        {
            "start": 872461130,
            "stop": 872461234
        }
    ]
}