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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=739",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 740,
    "results": [
        {
            "start": 856330890,
            "stop": 856331010
        },
        {
            "start": 856331725,
            "stop": 856365453
        },
        {
            "start": 856365456,
            "stop": 856383010
        },
        {
            "start": 856384260,
            "stop": 856396277
        },
        {
            "start": 856397086,
            "stop": 856401864
        },
        {
            "start": 856402590,
            "stop": 856411011
        },
        {
            "start": 856411648,
            "stop": 856414776
        },
        {
            "start": 856415480,
            "stop": 856436310
        },
        {
            "start": 856439173,
            "stop": 856448582
        },
        {
            "start": 856448584,
            "stop": 856450769
        },
        {
            "start": 856454285,
            "stop": 856466250
        },
        {
            "start": 856466310,
            "stop": 856466335
        },
        {
            "start": 856467690,
            "stop": 856470788
        },
        {
            "start": 856472054,
            "stop": 856481490
        },
        {
            "start": 856481550,
            "stop": 856500810
        },
        {
            "start": 856510165,
            "stop": 856527630
        },
        {
            "start": 856527690,
            "stop": 856527716
        },
        {
            "start": 856529025,
            "stop": 856529079
        },
        {
            "start": 856529721,
            "stop": 856536390
        },
        {
            "start": 856536891,
            "stop": 856544306
        }
    ]
}