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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=173",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 174,
    "results": [
        {
            "start": 819972740,
            "stop": 819972907
        },
        {
            "start": 819972910,
            "stop": 819973274
        },
        {
            "start": 819973277,
            "stop": 819973477
        },
        {
            "start": 819973480,
            "stop": 819973514
        },
        {
            "start": 819973517,
            "stop": 819973672
        },
        {
            "start": 819973675,
            "stop": 819973678
        },
        {
            "start": 819973681,
            "stop": 819973759
        },
        {
            "start": 819973762,
            "stop": 819973863
        },
        {
            "start": 819973866,
            "stop": 819974118
        },
        {
            "start": 819975882,
            "stop": 819975994
        },
        {
            "start": 819976719,
            "stop": 819977267
        },
        {
            "start": 819977270,
            "stop": 819977295
        },
        {
            "start": 819978061,
            "stop": 819978087
        },
        {
            "start": 819978487,
            "stop": 819978511
        },
        {
            "start": 819978514,
            "stop": 819978679
        },
        {
            "start": 819978682,
            "stop": 819978705
        },
        {
            "start": 819978708,
            "stop": 819978742
        },
        {
            "start": 819978745,
            "stop": 819978938
        },
        {
            "start": 819978941,
            "stop": 819978944
        },
        {
            "start": 819978948,
            "stop": 819979149
        }
    ]
}