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=392
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=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=391",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 392,
    "results": [
        {
            "start": 824453477,
            "stop": 824453951
        },
        {
            "start": 824453968,
            "stop": 824453971
        },
        {
            "start": 824455711,
            "stop": 824456853
        },
        {
            "start": 824456870,
            "stop": 824456959
        },
        {
            "start": 824456976,
            "stop": 824457445
        },
        {
            "start": 824457462,
            "stop": 824458545
        },
        {
            "start": 824458562,
            "stop": 824458753
        },
        {
            "start": 824458770,
            "stop": 824462239
        },
        {
            "start": 824462272,
            "stop": 824467868
        },
        {
            "start": 824467885,
            "stop": 824468822
        },
        {
            "start": 824468839,
            "stop": 824472687
        },
        {
            "start": 824472704,
            "stop": 824473304
        },
        {
            "start": 824473321,
            "stop": 824473639
        },
        {
            "start": 824473656,
            "stop": 824473811
        },
        {
            "start": 824473828,
            "stop": 824474068
        },
        {
            "start": 824474085,
            "stop": 824474862
        },
        {
            "start": 824474879,
            "stop": 824476879
        },
        {
            "start": 824476896,
            "stop": 824478053
        },
        {
            "start": 824478057,
            "stop": 824478710
        },
        {
            "start": 824478727,
            "stop": 824480095
        }
    ]
}