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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=349",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 350,
    "results": [
        {
            "start": 822970890,
            "stop": 822970930
        },
        {
            "start": 822971802,
            "stop": 822973347
        },
        {
            "start": 822973647,
            "stop": 822974893
        },
        {
            "start": 822975063,
            "stop": 822975242
        },
        {
            "start": 822975263,
            "stop": 822977374
        },
        {
            "start": 822977557,
            "stop": 822979287
        },
        {
            "start": 822979290,
            "stop": 822979667
        },
        {
            "start": 822979670,
            "stop": 822985433
        },
        {
            "start": 822985854,
            "stop": 822993529
        },
        {
            "start": 822993606,
            "stop": 822994605
        },
        {
            "start": 822994910,
            "stop": 823002099
        },
        {
            "start": 823002116,
            "stop": 823002735
        },
        {
            "start": 823002738,
            "stop": 823009415
        },
        {
            "start": 823009433,
            "stop": 823012242
        },
        {
            "start": 823014112,
            "stop": 823017480
        },
        {
            "start": 823017497,
            "stop": 823017605
        },
        {
            "start": 823018000,
            "stop": 823018238
        },
        {
            "start": 823020636,
            "stop": 823021380
        },
        {
            "start": 823021440,
            "stop": 823021805
        },
        {
            "start": 823021942,
            "stop": 823022053
        }
    ]
}