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=3719
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=3720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3718",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3719,
    "results": [
        {
            "start": 873326372,
            "stop": 873326392
        },
        {
            "start": 873326409,
            "stop": 873326627
        },
        {
            "start": 873326644,
            "stop": 873326731
        },
        {
            "start": 873326748,
            "stop": 873327802
        },
        {
            "start": 873327819,
            "stop": 873329507
        },
        {
            "start": 873329524,
            "stop": 873330606
        },
        {
            "start": 873330623,
            "stop": 873331766
        },
        {
            "start": 873331786,
            "stop": 873333661
        },
        {
            "start": 873333678,
            "stop": 873333935
        },
        {
            "start": 873333952,
            "stop": 873338972
        },
        {
            "start": 873338989,
            "stop": 873339231
        },
        {
            "start": 873339248,
            "stop": 873339864
        },
        {
            "start": 873339881,
            "stop": 873343173
        },
        {
            "start": 873343190,
            "stop": 873346469
        },
        {
            "start": 873346486,
            "stop": 873346591
        },
        {
            "start": 873346608,
            "stop": 873346842
        },
        {
            "start": 873346859,
            "stop": 873347088
        },
        {
            "start": 873347105,
            "stop": 873348345
        },
        {
            "start": 873348362,
            "stop": 873349800
        },
        {
            "start": 873349889,
            "stop": 873350348
        }
    ]
}