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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8726",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8727,
    "results": [
        {
            "start": 872641080,
            "stop": 872641140
        },
        {
            "start": 872641380,
            "stop": 872641423
        },
        {
            "start": 872641617,
            "stop": 872641680
        },
        {
            "start": 872641740,
            "stop": 872641860
        },
        {
            "start": 872642205,
            "stop": 872642280
        },
        {
            "start": 872642400,
            "stop": 872642450
        },
        {
            "start": 872642745,
            "stop": 872642880
        },
        {
            "start": 872643180,
            "stop": 872643240
        },
        {
            "start": 872649900,
            "stop": 872650020
        },
        {
            "start": 872650080,
            "stop": 872650140
        },
        {
            "start": 872650980,
            "stop": 872651040
        },
        {
            "start": 872651640,
            "stop": 872651700
        },
        {
            "start": 872652900,
            "stop": 872653020
        },
        {
            "start": 872653500,
            "stop": 872653620
        },
        {
            "start": 872654040,
            "stop": 872654096
        },
        {
            "start": 872654325,
            "stop": 872654340
        },
        {
            "start": 872654400,
            "stop": 872654460
        },
        {
            "start": 872654700,
            "stop": 872654820
        },
        {
            "start": 872654940,
            "stop": 872655000
        },
        {
            "start": 872655540,
            "stop": 872655660
        }
    ]
}