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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=339",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 340,
    "results": [
        {
            "start": 931918964,
            "stop": 931918967
        },
        {
            "start": 931918969,
            "stop": 931918975
        },
        {
            "start": 931918979,
            "stop": 931918986
        },
        {
            "start": 931918988,
            "stop": 931918995
        },
        {
            "start": 931918997,
            "stop": 931919010
        },
        {
            "start": 931919012,
            "stop": 931919014
        },
        {
            "start": 931919017,
            "stop": 931919037
        },
        {
            "start": 931919039,
            "stop": 931919042
        },
        {
            "start": 931919045,
            "stop": 931919055
        },
        {
            "start": 931919057,
            "stop": 931919059
        },
        {
            "start": 931919061,
            "stop": 931919064
        },
        {
            "start": 931919066,
            "stop": 931919073
        },
        {
            "start": 931919076,
            "stop": 931919077
        },
        {
            "start": 931919079,
            "stop": 931919085
        },
        {
            "start": 931919088,
            "stop": 931919091
        },
        {
            "start": 931919094,
            "stop": 931919105
        },
        {
            "start": 931919108,
            "stop": 931919122
        },
        {
            "start": 931919124,
            "stop": 931919141
        },
        {
            "start": 931919143,
            "stop": 931919146
        },
        {
            "start": 931919148,
            "stop": 931919149
        }
    ]
}