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_CW_CAT1/segments?format=api&page=70
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=69",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 70,
    "results": [
        {
            "start": 947178089,
            "stop": 947220802
        },
        {
            "start": 947222676,
            "stop": 947222749
        },
        {
            "start": 947224413,
            "stop": 947241644
        },
        {
            "start": 947243591,
            "stop": 947248355
        },
        {
            "start": 947249355,
            "stop": 947250449
        },
        {
            "start": 947253372,
            "stop": 947254541
        },
        {
            "start": 949475716,
            "stop": 949480234
        },
        {
            "start": 949483872,
            "stop": 949488015
        },
        {
            "start": 949488995,
            "stop": 949493028
        },
        {
            "start": 949493886,
            "stop": 949495976
        },
        {
            "start": 949497321,
            "stop": 949509978
        },
        {
            "start": 949512446,
            "stop": 949512749
        },
        {
            "start": 949514288,
            "stop": 949532011
        },
        {
            "start": 949535744,
            "stop": 949552607
        },
        {
            "start": 949554185,
            "stop": 949561889
        },
        {
            "start": 949566347,
            "stop": 949596197
        },
        {
            "start": 949598437,
            "stop": 949604647
        },
        {
            "start": 949607227,
            "stop": 949612121
        },
        {
            "start": 949613851,
            "stop": 949655382
        },
        {
            "start": 949655694,
            "stop": 949661921
        }
    ]
}