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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=474",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=472",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 473,
    "results": [
        {
            "start": 827995332,
            "stop": 828018015
        },
        {
            "start": 828018042,
            "stop": 828021258
        },
        {
            "start": 828021837,
            "stop": 828026458
        },
        {
            "start": 828026465,
            "stop": 828027184
        },
        {
            "start": 828027191,
            "stop": 828027439
        },
        {
            "start": 828027446,
            "stop": 828027503
        },
        {
            "start": 828027510,
            "stop": 828027847
        },
        {
            "start": 828027854,
            "stop": 828029303
        },
        {
            "start": 828029310,
            "stop": 828030183
        },
        {
            "start": 828030191,
            "stop": 828030589
        },
        {
            "start": 828030597,
            "stop": 828033978
        },
        {
            "start": 828033985,
            "stop": 828033988
        },
        {
            "start": 828033995,
            "stop": 828037544
        },
        {
            "start": 828037551,
            "stop": 828037990
        },
        {
            "start": 828037997,
            "stop": 828038103
        },
        {
            "start": 828038269,
            "stop": 828038279
        },
        {
            "start": 828038378,
            "stop": 828038439
        },
        {
            "start": 828039588,
            "stop": 828039719
        },
        {
            "start": 828040344,
            "stop": 828041293
        },
        {
            "start": 828042211,
            "stop": 828043494
        }
    ]
}