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=2306
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=2307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2305",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2306,
    "results": [
        {
            "start": 874076903,
            "stop": 874079107
        },
        {
            "start": 874079126,
            "stop": 874081068
        },
        {
            "start": 874081085,
            "stop": 874081234
        },
        {
            "start": 874081252,
            "stop": 874081282
        },
        {
            "start": 874081299,
            "stop": 874081356
        },
        {
            "start": 874081395,
            "stop": 874081410
        },
        {
            "start": 874082216,
            "stop": 874083240
        },
        {
            "start": 874083259,
            "stop": 874085134
        },
        {
            "start": 874085385,
            "stop": 874085775
        },
        {
            "start": 874085792,
            "stop": 874085974
        },
        {
            "start": 874085991,
            "stop": 874086206
        },
        {
            "start": 874086223,
            "stop": 874086253
        },
        {
            "start": 874086270,
            "stop": 874087500
        },
        {
            "start": 874087560,
            "stop": 874088927
        },
        {
            "start": 874088932,
            "stop": 874090675
        },
        {
            "start": 874090692,
            "stop": 874090927
        },
        {
            "start": 874090944,
            "stop": 874091040
        },
        {
            "start": 874091057,
            "stop": 874091773
        },
        {
            "start": 874091790,
            "stop": 874091935
        },
        {
            "start": 874091952,
            "stop": 874093258
        }
    ]
}