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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3549",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3547",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3548,
    "results": [
        {
            "start": 871616891,
            "stop": 871616909
        },
        {
            "start": 871616926,
            "stop": 871617014
        },
        {
            "start": 871617031,
            "stop": 871617180
        },
        {
            "start": 871617197,
            "stop": 871617267
        },
        {
            "start": 871617284,
            "stop": 871617467
        },
        {
            "start": 871617484,
            "stop": 871617524
        },
        {
            "start": 871617541,
            "stop": 871617546
        },
        {
            "start": 871617563,
            "stop": 871617566
        },
        {
            "start": 871617583,
            "stop": 871617593
        },
        {
            "start": 871617610,
            "stop": 871617719
        },
        {
            "start": 871617736,
            "stop": 871617826
        },
        {
            "start": 871617844,
            "stop": 871618210
        },
        {
            "start": 871618230,
            "stop": 871618231
        },
        {
            "start": 871618261,
            "stop": 871618334
        },
        {
            "start": 871618351,
            "stop": 871618359
        },
        {
            "start": 871618390,
            "stop": 871618404
        },
        {
            "start": 871618422,
            "stop": 871618989
        },
        {
            "start": 871619006,
            "stop": 871619024
        },
        {
            "start": 871622312,
            "stop": 871623111
        },
        {
            "start": 871623128,
            "stop": 871624251
        }
    ]
}