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=3494
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=3495",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3493",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3494,
    "results": [
        {
            "start": 871221110,
            "stop": 871221400
        },
        {
            "start": 871221417,
            "stop": 871221454
        },
        {
            "start": 871221485,
            "stop": 871221535
        },
        {
            "start": 871221552,
            "stop": 871221553
        },
        {
            "start": 871221570,
            "stop": 871221839
        },
        {
            "start": 871221856,
            "stop": 871221894
        },
        {
            "start": 871221911,
            "stop": 871221956
        },
        {
            "start": 871221990,
            "stop": 871222006
        },
        {
            "start": 871222023,
            "stop": 871222395
        },
        {
            "start": 871222412,
            "stop": 871222524
        },
        {
            "start": 871222541,
            "stop": 871222557
        },
        {
            "start": 871222574,
            "stop": 871222961
        },
        {
            "start": 871222978,
            "stop": 871223040
        },
        {
            "start": 871223100,
            "stop": 871223147
        },
        {
            "start": 871223164,
            "stop": 871225395
        },
        {
            "start": 871225412,
            "stop": 871226361
        },
        {
            "start": 871226378,
            "stop": 871226570
        },
        {
            "start": 871226587,
            "stop": 871227124
        },
        {
            "start": 871227141,
            "stop": 871227277
        },
        {
            "start": 871227294,
            "stop": 871228357
        }
    ]
}