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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=245",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 246,
    "results": [
        {
            "start": 821394441,
            "stop": 821415013
        },
        {
            "start": 821415016,
            "stop": 821427101
        },
        {
            "start": 821427104,
            "stop": 821447912
        },
        {
            "start": 821447931,
            "stop": 821453532
        },
        {
            "start": 821453536,
            "stop": 821456719
        },
        {
            "start": 821461916,
            "stop": 821462672
        },
        {
            "start": 821462689,
            "stop": 821462776
        },
        {
            "start": 821462793,
            "stop": 821463215
        },
        {
            "start": 821463232,
            "stop": 821463938
        },
        {
            "start": 821463955,
            "stop": 821464145
        },
        {
            "start": 821464162,
            "stop": 821464200
        },
        {
            "start": 821464217,
            "stop": 821464440
        },
        {
            "start": 821464458,
            "stop": 821464915
        },
        {
            "start": 821464932,
            "stop": 821465157
        },
        {
            "start": 821465189,
            "stop": 821465471
        },
        {
            "start": 821465488,
            "stop": 821465494
        },
        {
            "start": 821465511,
            "stop": 821465955
        },
        {
            "start": 821465972,
            "stop": 821465982
        },
        {
            "start": 821465999,
            "stop": 821466077
        },
        {
            "start": 821466094,
            "stop": 821466583
        }
    ]
}