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=9064
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=9065",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9063",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9064,
    "results": [
        {
            "start": 874450842,
            "stop": 874450849
        },
        {
            "start": 874450925,
            "stop": 874451050
        },
        {
            "start": 874451067,
            "stop": 874451095
        },
        {
            "start": 874451112,
            "stop": 874451385
        },
        {
            "start": 874451404,
            "stop": 874452010
        },
        {
            "start": 874452039,
            "stop": 874452200
        },
        {
            "start": 874452220,
            "stop": 874452661
        },
        {
            "start": 874452909,
            "stop": 874453502
        },
        {
            "start": 874453526,
            "stop": 874453576
        },
        {
            "start": 874453595,
            "stop": 874453688
        },
        {
            "start": 874453711,
            "stop": 874453765
        },
        {
            "start": 874453795,
            "stop": 874453817
        },
        {
            "start": 874453838,
            "stop": 874455549
        },
        {
            "start": 874455568,
            "stop": 874455578
        },
        {
            "start": 874455613,
            "stop": 874455708
        },
        {
            "start": 874455745,
            "stop": 874455872
        },
        {
            "start": 874455916,
            "stop": 874455918
        },
        {
            "start": 874455937,
            "stop": 874455942
        },
        {
            "start": 874455961,
            "stop": 874455978
        },
        {
            "start": 874456097,
            "stop": 874456125
        }
    ]
}