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=2032
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=2033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2031",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2032,
    "results": [
        {
            "start": 859291995,
            "stop": 859301815
        },
        {
            "start": 859301820,
            "stop": 859302792
        },
        {
            "start": 859302798,
            "stop": 859303920
        },
        {
            "start": 859303935,
            "stop": 859303947
        },
        {
            "start": 859303955,
            "stop": 859303957
        },
        {
            "start": 859303963,
            "stop": 859303977
        },
        {
            "start": 859303983,
            "stop": 859307384
        },
        {
            "start": 859307387,
            "stop": 859311974
        },
        {
            "start": 859311977,
            "stop": 859312447
        },
        {
            "start": 859313116,
            "stop": 859313413
        },
        {
            "start": 859313713,
            "stop": 859313762
        },
        {
            "start": 859314123,
            "stop": 859314192
        },
        {
            "start": 859314198,
            "stop": 859317282
        },
        {
            "start": 859317418,
            "stop": 859317672
        },
        {
            "start": 859317678,
            "stop": 859319848
        },
        {
            "start": 859321245,
            "stop": 859348261
        },
        {
            "start": 859349519,
            "stop": 859399947
        },
        {
            "start": 859401092,
            "stop": 859419670
        },
        {
            "start": 859419675,
            "stop": 859422409
        },
        {
            "start": 859422411,
            "stop": 859422621
        }
    ]
}