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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=272",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 273,
    "results": [
        {
            "start": 820600759,
            "stop": 820600805
        },
        {
            "start": 820600925,
            "stop": 820601209
        },
        {
            "start": 820601212,
            "stop": 820601975
        },
        {
            "start": 820601978,
            "stop": 820601983
        },
        {
            "start": 820601986,
            "stop": 820602847
        },
        {
            "start": 820602850,
            "stop": 820603520
        },
        {
            "start": 820603552,
            "stop": 820605575
        },
        {
            "start": 820605785,
            "stop": 820605842
        },
        {
            "start": 820605846,
            "stop": 820606142
        },
        {
            "start": 820606262,
            "stop": 820606938
        },
        {
            "start": 820606941,
            "stop": 820607134
        },
        {
            "start": 820607137,
            "stop": 820607488
        },
        {
            "start": 820607491,
            "stop": 820607494
        },
        {
            "start": 820607497,
            "stop": 820607518
        },
        {
            "start": 820607535,
            "stop": 820608661
        },
        {
            "start": 820608781,
            "stop": 820608999
        },
        {
            "start": 820609002,
            "stop": 820609560
        },
        {
            "start": 820609760,
            "stop": 820610521
        },
        {
            "start": 820610525,
            "stop": 820611774
        },
        {
            "start": 820611991,
            "stop": 820614532
        }
    ]
}