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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=339",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 340,
    "results": [
        {
            "start": 829237880,
            "stop": 829237884
        },
        {
            "start": 829237888,
            "stop": 829237890
        },
        {
            "start": 829237892,
            "stop": 829237894
        },
        {
            "start": 829237896,
            "stop": 829237899
        },
        {
            "start": 829237902,
            "stop": 829237905
        },
        {
            "start": 829237906,
            "stop": 829237909
        },
        {
            "start": 829237911,
            "stop": 829237913
        },
        {
            "start": 829237915,
            "stop": 829237920
        },
        {
            "start": 829237922,
            "stop": 829237924
        },
        {
            "start": 829237926,
            "stop": 829237929
        },
        {
            "start": 829237935,
            "stop": 829237936
        },
        {
            "start": 829237939,
            "stop": 829237942
        },
        {
            "start": 829237945,
            "stop": 829237946
        },
        {
            "start": 829237950,
            "stop": 829237952
        },
        {
            "start": 829237955,
            "stop": 829237959
        },
        {
            "start": 829237960,
            "stop": 829237961
        },
        {
            "start": 829237963,
            "stop": 829237967
        },
        {
            "start": 829237970,
            "stop": 829237986
        },
        {
            "start": 829237988,
            "stop": 829237990
        },
        {
            "start": 829237992,
            "stop": 829237998
        }
    ]
}