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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=117",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 118,
    "results": [
        {
            "start": 817495939,
            "stop": 817496057
        },
        {
            "start": 817496470,
            "stop": 817497585
        },
        {
            "start": 817497705,
            "stop": 817500847
        },
        {
            "start": 817500967,
            "stop": 817503224
        },
        {
            "start": 817504024,
            "stop": 817504123
        },
        {
            "start": 817507859,
            "stop": 817507999
        },
        {
            "start": 817509065,
            "stop": 817509078
        },
        {
            "start": 817509198,
            "stop": 817509536
        },
        {
            "start": 817509568,
            "stop": 817510020
        },
        {
            "start": 817510583,
            "stop": 817511904
        },
        {
            "start": 817511936,
            "stop": 817515053
        },
        {
            "start": 817515054,
            "stop": 817517408
        },
        {
            "start": 817517440,
            "stop": 817520544
        },
        {
            "start": 817520576,
            "stop": 817521074
        },
        {
            "start": 817521266,
            "stop": 817524992
        },
        {
            "start": 817525024,
            "stop": 817526272
        },
        {
            "start": 817526304,
            "stop": 817529320
        },
        {
            "start": 817529440,
            "stop": 817531936
        },
        {
            "start": 817531968,
            "stop": 817532544
        },
        {
            "start": 817532576,
            "stop": 817533768
        }
    ]
}