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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3951",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3952,
    "results": [
        {
            "start": 874345821,
            "stop": 874345834
        },
        {
            "start": 874345836,
            "stop": 874345839
        },
        {
            "start": 874345840,
            "stop": 874345844
        },
        {
            "start": 874345845,
            "stop": 874345852
        },
        {
            "start": 874345854,
            "stop": 874345863
        },
        {
            "start": 874345864,
            "stop": 874345869
        },
        {
            "start": 874345870,
            "stop": 874345871
        },
        {
            "start": 874345872,
            "stop": 874345884
        },
        {
            "start": 874345885,
            "stop": 874345889
        },
        {
            "start": 874345890,
            "stop": 874345891
        },
        {
            "start": 874345892,
            "stop": 874345894
        },
        {
            "start": 874345895,
            "stop": 874345898
        },
        {
            "start": 874345899,
            "stop": 874345906
        },
        {
            "start": 874345907,
            "stop": 874345912
        },
        {
            "start": 874345913,
            "stop": 874345926
        },
        {
            "start": 874345928,
            "stop": 874345960
        },
        {
            "start": 874345961,
            "stop": 874345963
        },
        {
            "start": 874345964,
            "stop": 874346011
        },
        {
            "start": 874346012,
            "stop": 874346058
        },
        {
            "start": 874346059,
            "stop": 874346096
        }
    ]
}