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=15694
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=15695",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15693",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15694,
    "results": [
        {
            "start": 971162009,
            "stop": 971162011
        },
        {
            "start": 971162013,
            "stop": 971162017
        },
        {
            "start": 971162020,
            "stop": 971162025
        },
        {
            "start": 971162026,
            "stop": 971162027
        },
        {
            "start": 971162028,
            "stop": 971162030
        },
        {
            "start": 971162037,
            "stop": 971162039
        },
        {
            "start": 971162041,
            "stop": 971162042
        },
        {
            "start": 971162043,
            "stop": 971162048
        },
        {
            "start": 971162050,
            "stop": 971162051
        },
        {
            "start": 971162053,
            "stop": 971162056
        },
        {
            "start": 971162059,
            "stop": 971162064
        },
        {
            "start": 971162066,
            "stop": 971162068
        },
        {
            "start": 971162069,
            "stop": 971162070
        },
        {
            "start": 971162072,
            "stop": 971162074
        },
        {
            "start": 971162082,
            "stop": 971162083
        },
        {
            "start": 971162086,
            "stop": 971162087
        },
        {
            "start": 971162090,
            "stop": 971162091
        },
        {
            "start": 971162093,
            "stop": 971162095
        },
        {
            "start": 971162096,
            "stop": 971162100
        },
        {
            "start": 971162102,
            "stop": 971162103
        }
    ]
}