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=9019
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=9020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9018",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9019,
    "results": [
        {
            "start": 874083382,
            "stop": 874083503
        },
        {
            "start": 874083532,
            "stop": 874083541
        },
        {
            "start": 874083558,
            "stop": 874083648
        },
        {
            "start": 874083673,
            "stop": 874083752
        },
        {
            "start": 874083769,
            "stop": 874084694
        },
        {
            "start": 874084711,
            "stop": 874085133
        },
        {
            "start": 874085385,
            "stop": 874085775
        },
        {
            "start": 874085792,
            "stop": 874085903
        },
        {
            "start": 874085920,
            "stop": 874085974
        },
        {
            "start": 874085991,
            "stop": 874086206
        },
        {
            "start": 874086230,
            "stop": 874086253
        },
        {
            "start": 874086270,
            "stop": 874087500
        },
        {
            "start": 874087560,
            "stop": 874087573
        },
        {
            "start": 874087590,
            "stop": 874088280
        },
        {
            "start": 874088299,
            "stop": 874088489
        },
        {
            "start": 874088508,
            "stop": 874088919
        },
        {
            "start": 874088936,
            "stop": 874089003
        },
        {
            "start": 874089020,
            "stop": 874089645
        },
        {
            "start": 874089664,
            "stop": 874090081
        },
        {
            "start": 874090101,
            "stop": 874090675
        }
    ]
}