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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=363",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 364,
    "results": [
        {
            "start": 824900253,
            "stop": 824901546
        },
        {
            "start": 824901554,
            "stop": 824902114
        },
        {
            "start": 824903078,
            "stop": 824905788
        },
        {
            "start": 824905793,
            "stop": 824905809
        },
        {
            "start": 824905814,
            "stop": 824905826
        },
        {
            "start": 824905835,
            "stop": 824906146
        },
        {
            "start": 824906151,
            "stop": 824906180
        },
        {
            "start": 824906186,
            "stop": 824906249
        },
        {
            "start": 824906257,
            "stop": 824906376
        },
        {
            "start": 824906381,
            "stop": 824906390
        },
        {
            "start": 824906395,
            "stop": 824906472
        },
        {
            "start": 824910584,
            "stop": 824911698
        },
        {
            "start": 824911706,
            "stop": 824913033
        },
        {
            "start": 824913041,
            "stop": 824913725
        },
        {
            "start": 824913733,
            "stop": 824913783
        },
        {
            "start": 824913791,
            "stop": 824917045
        },
        {
            "start": 824917053,
            "stop": 824918975
        },
        {
            "start": 824918983,
            "stop": 824922007
        },
        {
            "start": 824922015,
            "stop": 824923758
        },
        {
            "start": 824923766,
            "stop": 824924166
        }
    ]
}