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=8741
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=8742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8740",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8741,
    "results": [
        {
            "start": 872974047,
            "stop": 872974130
        },
        {
            "start": 872974210,
            "stop": 872974723
        },
        {
            "start": 872974800,
            "stop": 872975076
        },
        {
            "start": 872975112,
            "stop": 872976142
        },
        {
            "start": 872976262,
            "stop": 872976400
        },
        {
            "start": 872976417,
            "stop": 872977740
        },
        {
            "start": 872977920,
            "stop": 872977980
        },
        {
            "start": 872978040,
            "stop": 872978340
        },
        {
            "start": 872978400,
            "stop": 872978509
        },
        {
            "start": 872978526,
            "stop": 872978700
        },
        {
            "start": 872978760,
            "stop": 872979305
        },
        {
            "start": 872979322,
            "stop": 872979516
        },
        {
            "start": 872980782,
            "stop": 872981531
        },
        {
            "start": 872981651,
            "stop": 872981750
        },
        {
            "start": 872981890,
            "stop": 872982463
        },
        {
            "start": 872982583,
            "stop": 872983260
        },
        {
            "start": 872983320,
            "stop": 872983542
        },
        {
            "start": 872983662,
            "stop": 872984280
        },
        {
            "start": 872984340,
            "stop": 872985960
        },
        {
            "start": 872986020,
            "stop": 872986260
        }
    ]
}