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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=148",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 149,
    "results": [
        {
            "start": 931775434,
            "stop": 931775435
        },
        {
            "start": 931775446,
            "stop": 931775457
        },
        {
            "start": 931775464,
            "stop": 931775466
        },
        {
            "start": 931775479,
            "stop": 931775487
        },
        {
            "start": 931775499,
            "stop": 931775530
        },
        {
            "start": 931775537,
            "stop": 931775562
        },
        {
            "start": 931775582,
            "stop": 931775586
        },
        {
            "start": 931775598,
            "stop": 931775600
        },
        {
            "start": 931775612,
            "stop": 931775622
        },
        {
            "start": 931775629,
            "stop": 931775650
        },
        {
            "start": 931775667,
            "stop": 931775675
        },
        {
            "start": 931775681,
            "stop": 931775683
        },
        {
            "start": 931775697,
            "stop": 931775699
        },
        {
            "start": 931775728,
            "stop": 931775744
        },
        {
            "start": 931775750,
            "stop": 931775756
        },
        {
            "start": 931775775,
            "stop": 931775776
        },
        {
            "start": 931775815,
            "stop": 931775817
        },
        {
            "start": 931775831,
            "stop": 931775834
        },
        {
            "start": 931775845,
            "stop": 931775850
        },
        {
            "start": 931775865,
            "stop": 931775868
        }
    ]
}