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=15808
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=15809",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15807",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15808,
    "results": [
        {
            "start": 971176863,
            "stop": 971176878
        },
        {
            "start": 971176879,
            "stop": 971176885
        },
        {
            "start": 971176888,
            "stop": 971176905
        },
        {
            "start": 971176908,
            "stop": 971176909
        },
        {
            "start": 971176911,
            "stop": 971176915
        },
        {
            "start": 971176916,
            "stop": 971176922
        },
        {
            "start": 971176925,
            "stop": 971176930
        },
        {
            "start": 971176931,
            "stop": 971176935
        },
        {
            "start": 971176938,
            "stop": 971176950
        },
        {
            "start": 971176952,
            "stop": 971176955
        },
        {
            "start": 971176957,
            "stop": 971176968
        },
        {
            "start": 971176969,
            "stop": 971176970
        },
        {
            "start": 971176971,
            "stop": 971176980
        },
        {
            "start": 971176985,
            "stop": 971176986
        },
        {
            "start": 971176989,
            "stop": 971176991
        },
        {
            "start": 971176994,
            "stop": 971177009
        },
        {
            "start": 971177011,
            "stop": 971177015
        },
        {
            "start": 971177016,
            "stop": 971177018
        },
        {
            "start": 971177021,
            "stop": 971177029
        },
        {
            "start": 971177031,
            "stop": 971177034
        }
    ]
}