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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3750",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3751,
    "results": [
        {
            "start": 872974201,
            "stop": 872974231
        },
        {
            "start": 872974233,
            "stop": 872974298
        },
        {
            "start": 872974300,
            "stop": 872974378
        },
        {
            "start": 872974380,
            "stop": 872974391
        },
        {
            "start": 872974392,
            "stop": 872974417
        },
        {
            "start": 872974418,
            "stop": 872974498
        },
        {
            "start": 872974499,
            "stop": 872974552
        },
        {
            "start": 872974554,
            "stop": 872974592
        },
        {
            "start": 872974593,
            "stop": 872974668
        },
        {
            "start": 872974672,
            "stop": 872974745
        },
        {
            "start": 872974746,
            "stop": 872974760
        },
        {
            "start": 872974761,
            "stop": 872974767
        },
        {
            "start": 872974768,
            "stop": 872974769
        },
        {
            "start": 872974770,
            "stop": 872974790
        },
        {
            "start": 872974792,
            "stop": 872974800
        },
        {
            "start": 872974801,
            "stop": 872974802
        },
        {
            "start": 872974803,
            "stop": 872974809
        },
        {
            "start": 872974811,
            "stop": 872974831
        },
        {
            "start": 872974832,
            "stop": 872974858
        },
        {
            "start": 872974859,
            "stop": 872974863
        }
    ]
}