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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=387",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 388,
    "results": [
        {
            "start": 818346284,
            "stop": 818347691
        },
        {
            "start": 818347694,
            "stop": 818347763
        },
        {
            "start": 818347766,
            "stop": 818347776
        },
        {
            "start": 818347780,
            "stop": 818347845
        },
        {
            "start": 818347848,
            "stop": 818347852
        },
        {
            "start": 818360206,
            "stop": 818363359
        },
        {
            "start": 818363557,
            "stop": 818365752
        },
        {
            "start": 818365757,
            "stop": 818365770
        },
        {
            "start": 818365773,
            "stop": 818365779
        },
        {
            "start": 818365782,
            "stop": 818365793
        },
        {
            "start": 818365796,
            "stop": 818365867
        },
        {
            "start": 818365870,
            "stop": 818365894
        },
        {
            "start": 818365900,
            "stop": 818366177
        },
        {
            "start": 818366180,
            "stop": 818366192
        },
        {
            "start": 818366195,
            "stop": 818366346
        },
        {
            "start": 818366349,
            "stop": 818366355
        },
        {
            "start": 818366358,
            "stop": 818366362
        },
        {
            "start": 818366365,
            "stop": 818366367
        },
        {
            "start": 818366370,
            "stop": 818366380
        },
        {
            "start": 818366383,
            "stop": 818366384
        }
    ]
}