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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7982",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7980",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7981,
    "results": [
        {
            "start": 970248159,
            "stop": 970248168
        },
        {
            "start": 970248171,
            "stop": 970248175
        },
        {
            "start": 970248179,
            "stop": 970248201
        },
        {
            "start": 970248204,
            "stop": 970248205
        },
        {
            "start": 970248208,
            "stop": 970248223
        },
        {
            "start": 970248227,
            "stop": 970248234
        },
        {
            "start": 970248245,
            "stop": 970248279
        },
        {
            "start": 970248282,
            "stop": 970248298
        },
        {
            "start": 970248309,
            "stop": 970248318
        },
        {
            "start": 970248321,
            "stop": 970248346
        },
        {
            "start": 970248351,
            "stop": 970248352
        },
        {
            "start": 970248378,
            "stop": 970248384
        },
        {
            "start": 970248458,
            "stop": 970248517
        },
        {
            "start": 970248520,
            "stop": 970248526
        },
        {
            "start": 970248529,
            "stop": 970248565
        },
        {
            "start": 970248568,
            "stop": 970248579
        },
        {
            "start": 970248582,
            "stop": 970248592
        },
        {
            "start": 970248595,
            "stop": 970248597
        },
        {
            "start": 970248612,
            "stop": 970248644
        },
        {
            "start": 970248647,
            "stop": 970248682
        }
    ]
}