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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=136",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 137,
    "results": [
        {
            "start": 819147937,
            "stop": 819148004
        },
        {
            "start": 819149430,
            "stop": 819149671
        },
        {
            "start": 819149711,
            "stop": 819149764
        },
        {
            "start": 819149781,
            "stop": 819150026
        },
        {
            "start": 819150043,
            "stop": 819150070
        },
        {
            "start": 819150087,
            "stop": 819150148
        },
        {
            "start": 819150165,
            "stop": 819150499
        },
        {
            "start": 819150503,
            "stop": 819150508
        },
        {
            "start": 819154713,
            "stop": 819154774
        },
        {
            "start": 819154791,
            "stop": 819154816
        },
        {
            "start": 819154833,
            "stop": 819154971
        },
        {
            "start": 819154975,
            "stop": 819155021
        },
        {
            "start": 819155024,
            "stop": 819155196
        },
        {
            "start": 819155213,
            "stop": 819155502
        },
        {
            "start": 819155519,
            "stop": 819155843
        },
        {
            "start": 819155846,
            "stop": 819155853
        },
        {
            "start": 819155870,
            "stop": 819156177
        },
        {
            "start": 819156194,
            "stop": 819156220
        },
        {
            "start": 819156237,
            "stop": 819157286
        },
        {
            "start": 819157303,
            "stop": 819157355
        }
    ]
}