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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9860",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9861,
    "results": [
        {
            "start": 870098039,
            "stop": 870099403
        },
        {
            "start": 870099420,
            "stop": 870099868
        },
        {
            "start": 870099885,
            "stop": 870099900
        },
        {
            "start": 870099960,
            "stop": 870101280
        },
        {
            "start": 870101400,
            "stop": 870101460
        },
        {
            "start": 870101520,
            "stop": 870101700
        },
        {
            "start": 870103212,
            "stop": 870103298
        },
        {
            "start": 870103353,
            "stop": 870103504
        },
        {
            "start": 870103538,
            "stop": 870104370
        },
        {
            "start": 870104414,
            "stop": 870105863
        },
        {
            "start": 870105880,
            "stop": 870106980
        },
        {
            "start": 870107048,
            "stop": 870107081
        },
        {
            "start": 870107160,
            "stop": 870108212
        },
        {
            "start": 870108228,
            "stop": 870108839
        },
        {
            "start": 870108875,
            "stop": 870108887
        },
        {
            "start": 870108960,
            "stop": 870108967
        },
        {
            "start": 870109361,
            "stop": 870112347
        },
        {
            "start": 870112365,
            "stop": 870112390
        },
        {
            "start": 870112453,
            "stop": 870112587
        },
        {
            "start": 870112594,
            "stop": 870112602
        }
    ]
}