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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=160",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 161,
    "results": [
        {
            "start": 821600012,
            "stop": 821600080
        },
        {
            "start": 821600081,
            "stop": 821600090
        },
        {
            "start": 821600093,
            "stop": 821600233
        },
        {
            "start": 821600236,
            "stop": 821600261
        },
        {
            "start": 821600264,
            "stop": 821600427
        },
        {
            "start": 821600430,
            "stop": 821600573
        },
        {
            "start": 821600576,
            "stop": 821601026
        },
        {
            "start": 821601029,
            "stop": 821601060
        },
        {
            "start": 821601063,
            "stop": 821601117
        },
        {
            "start": 821601120,
            "stop": 821601136
        },
        {
            "start": 821601139,
            "stop": 821601147
        },
        {
            "start": 821601150,
            "stop": 821601161
        },
        {
            "start": 821601164,
            "stop": 821601225
        },
        {
            "start": 821601230,
            "stop": 821601530
        },
        {
            "start": 821601533,
            "stop": 821601587
        },
        {
            "start": 821601590,
            "stop": 821601611
        },
        {
            "start": 821601614,
            "stop": 821601616
        },
        {
            "start": 821601619,
            "stop": 821601656
        },
        {
            "start": 821601659,
            "stop": 821601700
        },
        {
            "start": 821601703,
            "stop": 821601912
        }
    ]
}