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=614
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=615",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=613",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 614,
    "results": [
        {
            "start": 828836833,
            "stop": 828837899
        },
        {
            "start": 828837916,
            "stop": 828837937
        },
        {
            "start": 828837940,
            "stop": 828839700
        },
        {
            "start": 828839790,
            "stop": 828839793
        },
        {
            "start": 828839796,
            "stop": 828839798
        },
        {
            "start": 828839806,
            "stop": 828839808
        },
        {
            "start": 828839812,
            "stop": 828839828
        },
        {
            "start": 828839833,
            "stop": 828839861
        },
        {
            "start": 828839865,
            "stop": 828839870
        },
        {
            "start": 828839874,
            "stop": 828839927
        },
        {
            "start": 828839931,
            "stop": 828839982
        },
        {
            "start": 828839985,
            "stop": 828840540
        },
        {
            "start": 828840600,
            "stop": 828841260
        },
        {
            "start": 828841320,
            "stop": 828845024
        },
        {
            "start": 828845027,
            "stop": 828845044
        },
        {
            "start": 828845047,
            "stop": 828854048
        },
        {
            "start": 828854065,
            "stop": 828856944
        },
        {
            "start": 828856948,
            "stop": 828864438
        },
        {
            "start": 828864455,
            "stop": 828866688
        },
        {
            "start": 828866717,
            "stop": 828881760
        }
    ]
}