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=4774
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=4775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4773",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4774,
    "results": [
        {
            "start": 874595144,
            "stop": 874595167
        },
        {
            "start": 874595186,
            "stop": 874595188
        },
        {
            "start": 874595208,
            "stop": 874595213
        },
        {
            "start": 874595254,
            "stop": 874595275
        },
        {
            "start": 874595294,
            "stop": 874595372
        },
        {
            "start": 874595391,
            "stop": 874595428
        },
        {
            "start": 874595640,
            "stop": 874595751
        },
        {
            "start": 874595770,
            "stop": 874595813
        },
        {
            "start": 874595832,
            "stop": 874595849
        },
        {
            "start": 874595868,
            "stop": 874595881
        },
        {
            "start": 874595915,
            "stop": 874596000
        },
        {
            "start": 874596022,
            "stop": 874596034
        },
        {
            "start": 874596054,
            "stop": 874596105
        },
        {
            "start": 874596124,
            "stop": 874596131
        },
        {
            "start": 874596151,
            "stop": 874596280
        },
        {
            "start": 874596299,
            "stop": 874596326
        },
        {
            "start": 874596345,
            "stop": 874596353
        },
        {
            "start": 874596373,
            "stop": 874596383
        },
        {
            "start": 874596422,
            "stop": 874596480
        },
        {
            "start": 874596553,
            "stop": 874596566
        }
    ]
}