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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=419",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 420,
    "results": [
        {
            "start": 827112610,
            "stop": 827112731
        },
        {
            "start": 827112739,
            "stop": 827112849
        },
        {
            "start": 827112859,
            "stop": 827113332
        },
        {
            "start": 827113344,
            "stop": 827113404
        },
        {
            "start": 827113417,
            "stop": 827113518
        },
        {
            "start": 827113525,
            "stop": 827113593
        },
        {
            "start": 827113600,
            "stop": 827113953
        },
        {
            "start": 827113961,
            "stop": 827114732
        },
        {
            "start": 827114740,
            "stop": 827114752
        },
        {
            "start": 827114759,
            "stop": 827115066
        },
        {
            "start": 827115074,
            "stop": 827115328
        },
        {
            "start": 827115335,
            "stop": 827115408
        },
        {
            "start": 827115415,
            "stop": 827115533
        },
        {
            "start": 827115540,
            "stop": 827115566
        },
        {
            "start": 827115806,
            "stop": 827116324
        },
        {
            "start": 827116332,
            "stop": 827116352
        },
        {
            "start": 827116359,
            "stop": 827116529
        },
        {
            "start": 827116537,
            "stop": 827117363
        },
        {
            "start": 827117370,
            "stop": 827117402
        },
        {
            "start": 827117409,
            "stop": 827117931
        }
    ]
}