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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=243",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 244,
    "results": [
        {
            "start": 818221553,
            "stop": 818221558
        },
        {
            "start": 818221580,
            "stop": 818221581
        },
        {
            "start": 818221611,
            "stop": 818221612
        },
        {
            "start": 818221619,
            "stop": 818221626
        },
        {
            "start": 818221639,
            "stop": 818221640
        },
        {
            "start": 818221643,
            "stop": 818221644
        },
        {
            "start": 818221647,
            "stop": 818221651
        },
        {
            "start": 818221660,
            "stop": 818221664
        },
        {
            "start": 818221674,
            "stop": 818221681
        },
        {
            "start": 818221715,
            "stop": 818221720
        },
        {
            "start": 818221731,
            "stop": 818221732
        },
        {
            "start": 818221735,
            "stop": 818221736
        },
        {
            "start": 818221742,
            "stop": 818221744
        },
        {
            "start": 818221755,
            "stop": 818221757
        },
        {
            "start": 818221760,
            "stop": 818221763
        },
        {
            "start": 818221769,
            "stop": 818221770
        },
        {
            "start": 818221783,
            "stop": 818221786
        },
        {
            "start": 818221789,
            "stop": 818221797
        },
        {
            "start": 818221812,
            "stop": 818221813
        },
        {
            "start": 818221823,
            "stop": 818221824
        }
    ]
}