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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=306",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 307,
    "results": [
        {
            "start": 818243603,
            "stop": 818243613
        },
        {
            "start": 818243619,
            "stop": 818243622
        },
        {
            "start": 818243653,
            "stop": 818243654
        },
        {
            "start": 818243657,
            "stop": 818243660
        },
        {
            "start": 818243678,
            "stop": 818243679
        },
        {
            "start": 818243691,
            "stop": 818243693
        },
        {
            "start": 818243740,
            "stop": 818243741
        },
        {
            "start": 818243746,
            "stop": 818243747
        },
        {
            "start": 818243756,
            "stop": 818243757
        },
        {
            "start": 818243762,
            "stop": 818243769
        },
        {
            "start": 818243776,
            "stop": 818243780
        },
        {
            "start": 818243787,
            "stop": 818243788
        },
        {
            "start": 818243812,
            "stop": 818243813
        },
        {
            "start": 818243836,
            "stop": 818243839
        },
        {
            "start": 818243864,
            "stop": 818243865
        },
        {
            "start": 818243871,
            "stop": 818243874
        },
        {
            "start": 818243880,
            "stop": 818243881
        },
        {
            "start": 818243884,
            "stop": 818243885
        },
        {
            "start": 818243893,
            "stop": 818243895
        },
        {
            "start": 818243916,
            "stop": 818243920
        }
    ]
}