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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=214",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 215,
    "results": [
        {
            "start": 818213572,
            "stop": 818213574
        },
        {
            "start": 818213602,
            "stop": 818213604
        },
        {
            "start": 818213625,
            "stop": 818213626
        },
        {
            "start": 818213630,
            "stop": 818213631
        },
        {
            "start": 818213649,
            "stop": 818213651
        },
        {
            "start": 818213657,
            "stop": 818213658
        },
        {
            "start": 818213664,
            "stop": 818213666
        },
        {
            "start": 818213669,
            "stop": 818213672
        },
        {
            "start": 818213680,
            "stop": 818213681
        },
        {
            "start": 818213691,
            "stop": 818213692
        },
        {
            "start": 818213695,
            "stop": 818213697
        },
        {
            "start": 818213704,
            "stop": 818213706
        },
        {
            "start": 818213725,
            "stop": 818213726
        },
        {
            "start": 818213730,
            "stop": 818213732
        },
        {
            "start": 818213748,
            "stop": 818213749
        },
        {
            "start": 818213770,
            "stop": 818213773
        },
        {
            "start": 818213783,
            "stop": 818213784
        },
        {
            "start": 818213794,
            "stop": 818213795
        },
        {
            "start": 818213798,
            "stop": 818213800
        },
        {
            "start": 818213804,
            "stop": 818213806
        }
    ]
}