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=2185
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=2186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2184",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2185,
    "results": [
        {
            "start": 872475274,
            "stop": 872475283
        },
        {
            "start": 872475319,
            "stop": 872475327
        },
        {
            "start": 872475369,
            "stop": 872475371
        },
        {
            "start": 872475430,
            "stop": 872475435
        },
        {
            "start": 872475475,
            "stop": 872475478
        },
        {
            "start": 872475553,
            "stop": 872475591
        },
        {
            "start": 872475662,
            "stop": 872475664
        },
        {
            "start": 872475684,
            "stop": 872475697
        },
        {
            "start": 872475726,
            "stop": 872475847
        },
        {
            "start": 872475866,
            "stop": 872475899
        },
        {
            "start": 872475918,
            "stop": 872475950
        },
        {
            "start": 872475982,
            "stop": 872476081
        },
        {
            "start": 872476106,
            "stop": 872476121
        },
        {
            "start": 872476140,
            "stop": 872476765
        },
        {
            "start": 872476784,
            "stop": 872477050
        },
        {
            "start": 872477069,
            "stop": 872477483
        },
        {
            "start": 872477502,
            "stop": 872477523
        },
        {
            "start": 872477542,
            "stop": 872477561
        },
        {
            "start": 872477582,
            "stop": 872477942
        },
        {
            "start": 872477983,
            "stop": 872477987
        }
    ]
}