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=15906
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=15907",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15905",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15906,
    "results": [
        {
            "start": 971258928,
            "stop": 971258929
        },
        {
            "start": 971258930,
            "stop": 971258935
        },
        {
            "start": 971258937,
            "stop": 971258940
        },
        {
            "start": 971258943,
            "stop": 971258946
        },
        {
            "start": 971258948,
            "stop": 971258966
        },
        {
            "start": 971258967,
            "stop": 971258972
        },
        {
            "start": 971258974,
            "stop": 971258989
        },
        {
            "start": 971260714,
            "stop": 971260730
        },
        {
            "start": 971260734,
            "stop": 971260791
        },
        {
            "start": 971260794,
            "stop": 971260892
        },
        {
            "start": 971260893,
            "stop": 971260906
        },
        {
            "start": 971260909,
            "stop": 971260919
        },
        {
            "start": 971260921,
            "stop": 971260930
        },
        {
            "start": 971260932,
            "stop": 971261013
        },
        {
            "start": 971261017,
            "stop": 971261025
        },
        {
            "start": 971261027,
            "stop": 971261043
        },
        {
            "start": 971261061,
            "stop": 971261090
        },
        {
            "start": 971261093,
            "stop": 971261095
        },
        {
            "start": 971261096,
            "stop": 971261129
        },
        {
            "start": 971261130,
            "stop": 971261143
        }
    ]
}