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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1151",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1152,
    "results": [
        {
            "start": 950693085,
            "stop": 950695402
        },
        {
            "start": 950695404,
            "stop": 950695835
        },
        {
            "start": 950695837,
            "stop": 950696587
        },
        {
            "start": 950696589,
            "stop": 950697887
        },
        {
            "start": 950697889,
            "stop": 950700362
        },
        {
            "start": 950700364,
            "stop": 950700938
        },
        {
            "start": 950700940,
            "stop": 950701342
        },
        {
            "start": 950701344,
            "stop": 950701517
        },
        {
            "start": 950701519,
            "stop": 950702297
        },
        {
            "start": 950702299,
            "stop": 950703090
        },
        {
            "start": 950703092,
            "stop": 950704098
        },
        {
            "start": 950704100,
            "stop": 950704850
        },
        {
            "start": 950704852,
            "stop": 950705313
        },
        {
            "start": 950705315,
            "stop": 950705506
        },
        {
            "start": 950705508,
            "stop": 950705665
        },
        {
            "start": 950706631,
            "stop": 950706721
        },
        {
            "start": 950706800,
            "stop": 950707094
        },
        {
            "start": 950712752,
            "stop": 950712757
        },
        {
            "start": 950712759,
            "stop": 950714080
        },
        {
            "start": 950714637,
            "stop": 950715222
        }
    ]
}