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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=221",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 222,
    "results": [
        {
            "start": 931458773,
            "stop": 931458778
        },
        {
            "start": 931458780,
            "stop": 931458786
        },
        {
            "start": 931458788,
            "stop": 931458804
        },
        {
            "start": 931458806,
            "stop": 931458833
        },
        {
            "start": 931458835,
            "stop": 931458838
        },
        {
            "start": 931458840,
            "stop": 931458841
        },
        {
            "start": 931458850,
            "stop": 931458851
        },
        {
            "start": 931458853,
            "stop": 931458856
        },
        {
            "start": 931458858,
            "stop": 931458878
        },
        {
            "start": 931458882,
            "stop": 931458884
        },
        {
            "start": 931458886,
            "stop": 931458902
        },
        {
            "start": 931458904,
            "stop": 931458905
        },
        {
            "start": 931458907,
            "stop": 931458921
        },
        {
            "start": 931458923,
            "stop": 931458926
        },
        {
            "start": 931458928,
            "stop": 931458929
        },
        {
            "start": 931458930,
            "stop": 931458939
        },
        {
            "start": 931458941,
            "stop": 931458949
        },
        {
            "start": 931458958,
            "stop": 931458959
        },
        {
            "start": 931458961,
            "stop": 931458964
        },
        {
            "start": 931458968,
            "stop": 931459006
        }
    ]
}