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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=537",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=535",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 536,
    "results": [
        {
            "start": 827192271,
            "stop": 827192285
        },
        {
            "start": 827192293,
            "stop": 827192400
        },
        {
            "start": 827192403,
            "stop": 827192405
        },
        {
            "start": 827192408,
            "stop": 827192438
        },
        {
            "start": 827192442,
            "stop": 827192479
        },
        {
            "start": 827192482,
            "stop": 827192670
        },
        {
            "start": 827192680,
            "stop": 827192768
        },
        {
            "start": 827192771,
            "stop": 827192949
        },
        {
            "start": 827192953,
            "stop": 827192955
        },
        {
            "start": 827192959,
            "stop": 827192960
        },
        {
            "start": 827192964,
            "stop": 827192971
        },
        {
            "start": 827192977,
            "stop": 827193024
        },
        {
            "start": 827193029,
            "stop": 827193031
        },
        {
            "start": 827193047,
            "stop": 827193075
        },
        {
            "start": 827193080,
            "stop": 827193142
        },
        {
            "start": 827193146,
            "stop": 827193196
        },
        {
            "start": 827193199,
            "stop": 827193224
        },
        {
            "start": 827193227,
            "stop": 827193230
        },
        {
            "start": 827193234,
            "stop": 827193310
        },
        {
            "start": 827193318,
            "stop": 827193381
        }
    ]
}