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=458
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=459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=457",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 458,
    "results": [
        {
            "start": 825944760,
            "stop": 825944817
        },
        {
            "start": 825944927,
            "stop": 825944934
        },
        {
            "start": 825944941,
            "stop": 825944957
        },
        {
            "start": 825944960,
            "stop": 825945145
        },
        {
            "start": 825945149,
            "stop": 825945231
        },
        {
            "start": 825945248,
            "stop": 825945314
        },
        {
            "start": 825945317,
            "stop": 825945464
        },
        {
            "start": 825945467,
            "stop": 825945563
        },
        {
            "start": 825945566,
            "stop": 825945599
        },
        {
            "start": 825945602,
            "stop": 825945657
        },
        {
            "start": 825945674,
            "stop": 825945734
        },
        {
            "start": 825945737,
            "stop": 825945924
        },
        {
            "start": 825945928,
            "stop": 825945940
        },
        {
            "start": 825945944,
            "stop": 825946125
        },
        {
            "start": 825946142,
            "stop": 825946153
        },
        {
            "start": 825946162,
            "stop": 825946164
        },
        {
            "start": 825946464,
            "stop": 825946486
        },
        {
            "start": 825946489,
            "stop": 825946502
        },
        {
            "start": 825946506,
            "stop": 825946585
        },
        {
            "start": 825946588,
            "stop": 825946651
        }
    ]
}