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=1971
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=1972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1970",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1971,
    "results": [
        {
            "start": 854994845,
            "stop": 854994847
        },
        {
            "start": 854994853,
            "stop": 854994855
        },
        {
            "start": 854994860,
            "stop": 854996555
        },
        {
            "start": 854996560,
            "stop": 854996612
        },
        {
            "start": 854996618,
            "stop": 855000512
        },
        {
            "start": 855000515,
            "stop": 855004688
        },
        {
            "start": 855005060,
            "stop": 855005494
        },
        {
            "start": 855005497,
            "stop": 855005501
        },
        {
            "start": 855005504,
            "stop": 855005668
        },
        {
            "start": 855005894,
            "stop": 855011342
        },
        {
            "start": 855011782,
            "stop": 855030720
        },
        {
            "start": 855031025,
            "stop": 855064935
        },
        {
            "start": 855064940,
            "stop": 855064952
        },
        {
            "start": 855064958,
            "stop": 855067987
        },
        {
            "start": 855067990,
            "stop": 855080385
        },
        {
            "start": 855080390,
            "stop": 855080395
        },
        {
            "start": 855080400,
            "stop": 855080425
        },
        {
            "start": 855080430,
            "stop": 855080457
        },
        {
            "start": 855080463,
            "stop": 855086667
        },
        {
            "start": 855088611,
            "stop": 855101610
        }
    ]
}