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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=293",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 294,
    "results": [
        {
            "start": 822347928,
            "stop": 822348080
        },
        {
            "start": 822348085,
            "stop": 822348210
        },
        {
            "start": 822349200,
            "stop": 822349257
        },
        {
            "start": 822349263,
            "stop": 822349270
        },
        {
            "start": 822349278,
            "stop": 822349299
        },
        {
            "start": 822349304,
            "stop": 822349363
        },
        {
            "start": 822349368,
            "stop": 822349651
        },
        {
            "start": 822350223,
            "stop": 822350242
        },
        {
            "start": 822350827,
            "stop": 822350849
        },
        {
            "start": 822351806,
            "stop": 822381746
        },
        {
            "start": 822381954,
            "stop": 822382383
        },
        {
            "start": 822382495,
            "stop": 822385425
        },
        {
            "start": 822385708,
            "stop": 822386838
        },
        {
            "start": 822386843,
            "stop": 822386963
        },
        {
            "start": 822386970,
            "stop": 822386980
        },
        {
            "start": 822386989,
            "stop": 822387008
        },
        {
            "start": 822387013,
            "stop": 822387028
        },
        {
            "start": 822387043,
            "stop": 822387054
        },
        {
            "start": 822387627,
            "stop": 822387659
        },
        {
            "start": 822387666,
            "stop": 822387680
        }
    ]
}