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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=113",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 114,
    "results": [
        {
            "start": 816944547,
            "stop": 816944652
        },
        {
            "start": 816944697,
            "stop": 816944765
        },
        {
            "start": 816944854,
            "stop": 816944866
        },
        {
            "start": 816944916,
            "stop": 816944941
        },
        {
            "start": 816944977,
            "stop": 816945000
        },
        {
            "start": 816945024,
            "stop": 816945037
        },
        {
            "start": 816945113,
            "stop": 816945120
        },
        {
            "start": 816945155,
            "stop": 816945160
        },
        {
            "start": 816945206,
            "stop": 816945348
        },
        {
            "start": 816945385,
            "stop": 816945403
        },
        {
            "start": 816945478,
            "stop": 816945491
        },
        {
            "start": 816945519,
            "stop": 816945541
        },
        {
            "start": 816945658,
            "stop": 816945676
        },
        {
            "start": 816945697,
            "stop": 816945700
        },
        {
            "start": 816945736,
            "stop": 816945753
        },
        {
            "start": 816945778,
            "stop": 816945843
        },
        {
            "start": 816945887,
            "stop": 816945892
        },
        {
            "start": 816945989,
            "stop": 816946034
        },
        {
            "start": 816946073,
            "stop": 816946088
        },
        {
            "start": 816946138,
            "stop": 816946195
        }
    ]
}