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=3829
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=3830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3828",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3829,
    "results": [
        {
            "start": 873458412,
            "stop": 873458527
        },
        {
            "start": 873458531,
            "stop": 873458549
        },
        {
            "start": 873458555,
            "stop": 873458558
        },
        {
            "start": 873458561,
            "stop": 873458655
        },
        {
            "start": 873458659,
            "stop": 873458664
        },
        {
            "start": 873458667,
            "stop": 873458775
        },
        {
            "start": 873458778,
            "stop": 873458820
        },
        {
            "start": 873458823,
            "stop": 873458851
        },
        {
            "start": 873458858,
            "stop": 873458930
        },
        {
            "start": 873458935,
            "stop": 873458944
        },
        {
            "start": 873458949,
            "stop": 873458996
        },
        {
            "start": 873458999,
            "stop": 873459119
        },
        {
            "start": 873459124,
            "stop": 873459251
        },
        {
            "start": 873459254,
            "stop": 873459963
        },
        {
            "start": 873459966,
            "stop": 873460217
        },
        {
            "start": 873460219,
            "stop": 873460233
        },
        {
            "start": 873460699,
            "stop": 873460736
        },
        {
            "start": 873460737,
            "stop": 873460761
        },
        {
            "start": 873460762,
            "stop": 873460824
        },
        {
            "start": 873460825,
            "stop": 873460832
        }
    ]
}