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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=171",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 172,
    "results": [
        {
            "start": 955368239,
            "stop": 955383318
        },
        {
            "start": 955383386,
            "stop": 955384657
        },
        {
            "start": 955400580,
            "stop": 955410715
        },
        {
            "start": 955413788,
            "stop": 955415187
        },
        {
            "start": 955420988,
            "stop": 955421682
        },
        {
            "start": 955425726,
            "stop": 955435364
        },
        {
            "start": 955436592,
            "stop": 955459051
        },
        {
            "start": 955470357,
            "stop": 955475255
        },
        {
            "start": 955475590,
            "stop": 955480391
        },
        {
            "start": 955482835,
            "stop": 955486164
        },
        {
            "start": 955486194,
            "stop": 955489225
        },
        {
            "start": 955494182,
            "stop": 955507163
        },
        {
            "start": 955509899,
            "stop": 955509928
        },
        {
            "start": 955510213,
            "stop": 955511243
        },
        {
            "start": 955512633,
            "stop": 955534210
        },
        {
            "start": 955537997,
            "stop": 955541595
        },
        {
            "start": 955543207,
            "stop": 955550137
        },
        {
            "start": 955551553,
            "stop": 955551998
        },
        {
            "start": 955553989,
            "stop": 955567565
        },
        {
            "start": 955567586,
            "stop": 955569995
        }
    ]
}