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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=164",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 165,
    "results": [
        {
            "start": 826892597,
            "stop": 826892799
        },
        {
            "start": 826892804,
            "stop": 826892808
        },
        {
            "start": 826892810,
            "stop": 826892834
        },
        {
            "start": 826892836,
            "stop": 826892837
        },
        {
            "start": 826892839,
            "stop": 826892851
        },
        {
            "start": 826892853,
            "stop": 826894954
        },
        {
            "start": 826894956,
            "stop": 826894969
        },
        {
            "start": 826894971,
            "stop": 826894979
        },
        {
            "start": 826894983,
            "stop": 826894996
        },
        {
            "start": 826895000,
            "stop": 826895005
        },
        {
            "start": 826895008,
            "stop": 826895009
        },
        {
            "start": 826895019,
            "stop": 826895052
        },
        {
            "start": 826895059,
            "stop": 826895063
        },
        {
            "start": 826895065,
            "stop": 826895073
        },
        {
            "start": 826895077,
            "stop": 826895131
        },
        {
            "start": 826895137,
            "stop": 826895447
        },
        {
            "start": 826895449,
            "stop": 826896374
        },
        {
            "start": 826896376,
            "stop": 826896409
        },
        {
            "start": 826896410,
            "stop": 826896603
        },
        {
            "start": 826896605,
            "stop": 826896826
        }
    ]
}