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=601
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=602",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=600",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 601,
    "results": [
        {
            "start": 828232815,
            "stop": 828233093
        },
        {
            "start": 828233110,
            "stop": 828233610
        },
        {
            "start": 828233670,
            "stop": 828233681
        },
        {
            "start": 828233791,
            "stop": 828234122
        },
        {
            "start": 828234139,
            "stop": 828234862
        },
        {
            "start": 828235162,
            "stop": 828239227
        },
        {
            "start": 828239337,
            "stop": 828239500
        },
        {
            "start": 828239800,
            "stop": 828246222
        },
        {
            "start": 828257369,
            "stop": 828265751
        },
        {
            "start": 828266051,
            "stop": 828272361
        },
        {
            "start": 828272395,
            "stop": 828272416
        },
        {
            "start": 828272433,
            "stop": 828276692
        },
        {
            "start": 828276709,
            "stop": 828281390
        },
        {
            "start": 828281414,
            "stop": 828281730
        },
        {
            "start": 828281880,
            "stop": 828281973
        },
        {
            "start": 828282273,
            "stop": 828282763
        },
        {
            "start": 828282780,
            "stop": 828283470
        },
        {
            "start": 828283530,
            "stop": 828284546
        },
        {
            "start": 828284549,
            "stop": 828284820
        },
        {
            "start": 828340468,
            "stop": 828340486
        }
    ]
}