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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=159",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 160,
    "results": [
        {
            "start": 817243817,
            "stop": 817243820
        },
        {
            "start": 817243840,
            "stop": 817243841
        },
        {
            "start": 817243844,
            "stop": 817243874
        },
        {
            "start": 817243877,
            "stop": 817243899
        },
        {
            "start": 817243916,
            "stop": 817243998
        },
        {
            "start": 817244021,
            "stop": 817244037
        },
        {
            "start": 817244059,
            "stop": 817244124
        },
        {
            "start": 817244221,
            "stop": 817244242
        },
        {
            "start": 817244263,
            "stop": 817244270
        },
        {
            "start": 817244292,
            "stop": 817244314
        },
        {
            "start": 817244339,
            "stop": 817244372
        },
        {
            "start": 817244392,
            "stop": 817244460
        },
        {
            "start": 817244481,
            "stop": 817244497
        },
        {
            "start": 817244545,
            "stop": 817244572
        },
        {
            "start": 817244601,
            "stop": 817244612
        },
        {
            "start": 817244641,
            "stop": 817244732
        },
        {
            "start": 817244792,
            "stop": 817244817
        },
        {
            "start": 817244866,
            "stop": 817244886
        },
        {
            "start": 817244908,
            "stop": 817244938
        },
        {
            "start": 817244965,
            "stop": 817245000
        }
    ]
}