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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1979",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1980,
    "results": [
        {
            "start": 855907913,
            "stop": 855917686
        },
        {
            "start": 855917689,
            "stop": 855943357
        },
        {
            "start": 855943657,
            "stop": 855945507
        },
        {
            "start": 855945515,
            "stop": 855948987
        },
        {
            "start": 855949748,
            "stop": 855950213
        },
        {
            "start": 855950215,
            "stop": 855950216
        },
        {
            "start": 855950217,
            "stop": 855950221
        },
        {
            "start": 855950223,
            "stop": 855950311
        },
        {
            "start": 855950314,
            "stop": 855950343
        },
        {
            "start": 855951049,
            "stop": 855951468
        },
        {
            "start": 855951469,
            "stop": 855952424
        },
        {
            "start": 855952425,
            "stop": 855952463
        },
        {
            "start": 855952468,
            "stop": 855952470
        },
        {
            "start": 855952471,
            "stop": 855952772
        },
        {
            "start": 855952773,
            "stop": 855952783
        },
        {
            "start": 855952786,
            "stop": 855953055
        },
        {
            "start": 855953060,
            "stop": 855953095
        },
        {
            "start": 855954827,
            "stop": 855954977
        },
        {
            "start": 856005590,
            "stop": 856006410
        },
        {
            "start": 856006560,
            "stop": 856006591
        }
    ]
}