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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=291",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 292,
    "results": [
        {
            "start": 818333574,
            "stop": 818333917
        },
        {
            "start": 818333937,
            "stop": 818334022
        },
        {
            "start": 818334043,
            "stop": 818334178
        },
        {
            "start": 818339258,
            "stop": 818339410
        },
        {
            "start": 818339429,
            "stop": 818339446
        },
        {
            "start": 818339465,
            "stop": 818339505
        },
        {
            "start": 818340312,
            "stop": 818340541
        },
        {
            "start": 818340560,
            "stop": 818341330
        },
        {
            "start": 818343546,
            "stop": 818344379
        },
        {
            "start": 818344400,
            "stop": 818344707
        },
        {
            "start": 818344728,
            "stop": 818344741
        },
        {
            "start": 818344760,
            "stop": 818345082
        },
        {
            "start": 818345103,
            "stop": 818345119
        },
        {
            "start": 818345138,
            "stop": 818345573
        },
        {
            "start": 818345604,
            "stop": 818345739
        },
        {
            "start": 818345758,
            "stop": 818345972
        },
        {
            "start": 818345994,
            "stop": 818346272
        },
        {
            "start": 818346284,
            "stop": 818346646
        },
        {
            "start": 818346666,
            "stop": 818347001
        },
        {
            "start": 818347022,
            "stop": 818347062
        }
    ]
}