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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=234",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 235,
    "results": [
        {
            "start": 958644921,
            "stop": 958690059
        },
        {
            "start": 958693927,
            "stop": 958708095
        },
        {
            "start": 958716056,
            "stop": 958720816
        },
        {
            "start": 958728874,
            "stop": 958729431
        },
        {
            "start": 958738118,
            "stop": 958753618
        },
        {
            "start": 958757824,
            "stop": 958759015
        },
        {
            "start": 958762500,
            "stop": 958762604
        },
        {
            "start": 958771625,
            "stop": 958771810
        },
        {
            "start": 958777747,
            "stop": 958781641
        },
        {
            "start": 958784723,
            "stop": 958787037
        },
        {
            "start": 958800438,
            "stop": 958802164
        },
        {
            "start": 958803828,
            "stop": 958817870
        },
        {
            "start": 958819684,
            "stop": 958825202
        },
        {
            "start": 958826663,
            "stop": 958829984
        },
        {
            "start": 958833328,
            "stop": 958836828
        },
        {
            "start": 958888571,
            "stop": 958894326
        },
        {
            "start": 958898392,
            "stop": 958899847
        },
        {
            "start": 958904293,
            "stop": 958911653
        },
        {
            "start": 958913293,
            "stop": 958913628
        },
        {
            "start": 958914800,
            "stop": 958919497
        }
    ]
}