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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=153",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 154,
    "results": [
        {
            "start": 819726000,
            "stop": 819726286
        },
        {
            "start": 819726289,
            "stop": 819726378
        },
        {
            "start": 819726381,
            "stop": 819726489
        },
        {
            "start": 819726492,
            "stop": 819726547
        },
        {
            "start": 819726551,
            "stop": 819726553
        },
        {
            "start": 819726556,
            "stop": 819726645
        },
        {
            "start": 819726648,
            "stop": 819726733
        },
        {
            "start": 819726736,
            "stop": 819727078
        },
        {
            "start": 819727081,
            "stop": 819727242
        },
        {
            "start": 819727245,
            "stop": 819727387
        },
        {
            "start": 819727390,
            "stop": 819727619
        },
        {
            "start": 819727622,
            "stop": 819727861
        },
        {
            "start": 819727865,
            "stop": 819727878
        },
        {
            "start": 819727881,
            "stop": 819727941
        },
        {
            "start": 819727945,
            "stop": 819728077
        },
        {
            "start": 819728081,
            "stop": 819728206
        },
        {
            "start": 819728209,
            "stop": 819728238
        },
        {
            "start": 819728242,
            "stop": 819728252
        },
        {
            "start": 819728255,
            "stop": 819728325
        },
        {
            "start": 819728328,
            "stop": 819728365
        }
    ]
}