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=9014
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=9015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9013",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9014,
    "results": [
        {
            "start": 874047120,
            "stop": 874047175
        },
        {
            "start": 874047504,
            "stop": 874047533
        },
        {
            "start": 874047552,
            "stop": 874047608
        },
        {
            "start": 874047780,
            "stop": 874047839
        },
        {
            "start": 874047866,
            "stop": 874048132
        },
        {
            "start": 874048149,
            "stop": 874048249
        },
        {
            "start": 874048274,
            "stop": 874048403
        },
        {
            "start": 874048422,
            "stop": 874048461
        },
        {
            "start": 874048480,
            "stop": 874048537
        },
        {
            "start": 874048579,
            "stop": 874048673
        },
        {
            "start": 874048692,
            "stop": 874048878
        },
        {
            "start": 874048910,
            "stop": 874049522
        },
        {
            "start": 874049539,
            "stop": 874049565
        },
        {
            "start": 874049598,
            "stop": 874049866
        },
        {
            "start": 874049885,
            "stop": 874049923
        },
        {
            "start": 874049942,
            "stop": 874050375
        },
        {
            "start": 874050392,
            "stop": 874051350
        },
        {
            "start": 874051367,
            "stop": 874051463
        },
        {
            "start": 874051482,
            "stop": 874052172
        },
        {
            "start": 874054605,
            "stop": 874054609
        }
    ]
}