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=1938
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=1939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1937",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1938,
    "results": [
        {
            "start": 850603130,
            "stop": 850603131
        },
        {
            "start": 850603134,
            "stop": 850623210
        },
        {
            "start": 850623212,
            "stop": 850630505
        },
        {
            "start": 850630510,
            "stop": 850643034
        },
        {
            "start": 850644481,
            "stop": 850666318
        },
        {
            "start": 850666621,
            "stop": 850672920
        },
        {
            "start": 850672923,
            "stop": 850672934
        },
        {
            "start": 850672937,
            "stop": 850674093
        },
        {
            "start": 850674425,
            "stop": 850677140
        },
        {
            "start": 850678934,
            "stop": 850679090
        },
        {
            "start": 850680202,
            "stop": 850688127
        },
        {
            "start": 850688133,
            "stop": 850690242
        },
        {
            "start": 850690248,
            "stop": 850690267
        },
        {
            "start": 850690273,
            "stop": 850690789
        },
        {
            "start": 850690794,
            "stop": 850691962
        },
        {
            "start": 850693570,
            "stop": 850694311
        },
        {
            "start": 850695926,
            "stop": 850696897
        },
        {
            "start": 850698379,
            "stop": 850715534
        },
        {
            "start": 850722293,
            "stop": 850723191
        },
        {
            "start": 850785225,
            "stop": 850825126
        }
    ]
}