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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=157",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 158,
    "results": [
        {
            "start": 816850335,
            "stop": 816850339
        },
        {
            "start": 816850343,
            "stop": 816850358
        },
        {
            "start": 816850362,
            "stop": 816850363
        },
        {
            "start": 816850382,
            "stop": 816850385
        },
        {
            "start": 816850389,
            "stop": 816850390
        },
        {
            "start": 816850395,
            "stop": 816850396
        },
        {
            "start": 816850405,
            "stop": 816850407
        },
        {
            "start": 816850412,
            "stop": 816850415
        },
        {
            "start": 816850420,
            "stop": 816850433
        },
        {
            "start": 816850437,
            "stop": 816850444
        },
        {
            "start": 816850451,
            "stop": 816850452
        },
        {
            "start": 816850459,
            "stop": 816850515
        },
        {
            "start": 816850521,
            "stop": 816850522
        },
        {
            "start": 816850527,
            "stop": 816850528
        },
        {
            "start": 816850533,
            "stop": 816850572
        },
        {
            "start": 816850590,
            "stop": 816850592
        },
        {
            "start": 816850597,
            "stop": 816850598
        },
        {
            "start": 816850604,
            "stop": 816850607
        },
        {
            "start": 816850612,
            "stop": 816850620
        },
        {
            "start": 816850625,
            "stop": 816850782
        }
    ]
}