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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=163",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 164,
    "results": [
        {
            "start": 819121018,
            "stop": 819121048
        },
        {
            "start": 819121055,
            "stop": 819121514
        },
        {
            "start": 819121522,
            "stop": 819121785
        },
        {
            "start": 819121792,
            "stop": 819121850
        },
        {
            "start": 819121881,
            "stop": 819122001
        },
        {
            "start": 819122008,
            "stop": 819122035
        },
        {
            "start": 819122043,
            "stop": 819122047
        },
        {
            "start": 819122056,
            "stop": 819122098
        },
        {
            "start": 819122105,
            "stop": 819122225
        },
        {
            "start": 819122232,
            "stop": 819122893
        },
        {
            "start": 819181938,
            "stop": 819181977
        },
        {
            "start": 819182599,
            "stop": 819183913
        },
        {
            "start": 819183941,
            "stop": 819183942
        },
        {
            "start": 819195998,
            "stop": 819201045
        },
        {
            "start": 819201053,
            "stop": 819205144
        },
        {
            "start": 819205164,
            "stop": 819205176
        },
        {
            "start": 819205187,
            "stop": 819205220
        },
        {
            "start": 819205261,
            "stop": 819205615
        },
        {
            "start": 819205758,
            "stop": 819205813
        },
        {
            "start": 819205816,
            "stop": 819205817
        }
    ]
}