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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4925",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4926,
    "results": [
        {
            "start": 874308193,
            "stop": 874308312
        },
        {
            "start": 874308339,
            "stop": 874308513
        },
        {
            "start": 874308545,
            "stop": 874308636
        },
        {
            "start": 874308655,
            "stop": 874308666
        },
        {
            "start": 874308685,
            "stop": 874308722
        },
        {
            "start": 874308742,
            "stop": 874308758
        },
        {
            "start": 874308777,
            "stop": 874309010
        },
        {
            "start": 874309029,
            "stop": 874309036
        },
        {
            "start": 874309061,
            "stop": 874309188
        },
        {
            "start": 874309207,
            "stop": 874309218
        },
        {
            "start": 874309238,
            "stop": 874309284
        },
        {
            "start": 874309303,
            "stop": 874309352
        },
        {
            "start": 874309371,
            "stop": 874309435
        },
        {
            "start": 874309454,
            "stop": 874309504
        },
        {
            "start": 874309523,
            "stop": 874309524
        },
        {
            "start": 874309543,
            "stop": 874309585
        },
        {
            "start": 874309606,
            "stop": 874309621
        },
        {
            "start": 874309640,
            "stop": 874309664
        },
        {
            "start": 874309684,
            "stop": 874309693
        },
        {
            "start": 874309715,
            "stop": 874309730
        }
    ]
}