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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8296",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8297,
    "results": [
        {
            "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": 874088210
        },
        {
            "start": 874088379,
            "stop": 874088489
        },
        {
            "start": 874088508,
            "stop": 874088919
        },
        {
            "start": 874088936,
            "stop": 874089003
        },
        {
            "start": 874089020,
            "stop": 874089645
        },
        {
            "start": 874089664,
            "stop": 874090081
        },
        {
            "start": 874090101,
            "stop": 874090675
        },
        {
            "start": 874090692,
            "stop": 874090927
        },
        {
            "start": 874090944,
            "stop": 874091040
        },
        {
            "start": 874091057,
            "stop": 874091168
        },
        {
            "start": 874091185,
            "stop": 874091773
        },
        {
            "start": 874091790,
            "stop": 874091862
        },
        {
            "start": 874091982,
            "stop": 874093258
        }
    ]
}