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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9066",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9067,
    "results": [
        {
            "start": 874467991,
            "stop": 874468089
        },
        {
            "start": 874468109,
            "stop": 874468566
        },
        {
            "start": 874468585,
            "stop": 874469975
        },
        {
            "start": 874469992,
            "stop": 874470101
        },
        {
            "start": 874470120,
            "stop": 874470200
        },
        {
            "start": 874470221,
            "stop": 874470312
        },
        {
            "start": 874470332,
            "stop": 874470538
        },
        {
            "start": 874470555,
            "stop": 874470682
        },
        {
            "start": 874470708,
            "stop": 874470779
        },
        {
            "start": 874470798,
            "stop": 874470802
        },
        {
            "start": 874470848,
            "stop": 874474690
        },
        {
            "start": 874474707,
            "stop": 874474839
        },
        {
            "start": 874474856,
            "stop": 874476828
        },
        {
            "start": 874476847,
            "stop": 874476857
        },
        {
            "start": 874476882,
            "stop": 874476918
        },
        {
            "start": 874476949,
            "stop": 874478078
        },
        {
            "start": 874478097,
            "stop": 874478108
        },
        {
            "start": 874478127,
            "stop": 874479010
        },
        {
            "start": 874479027,
            "stop": 874479926
        },
        {
            "start": 874479946,
            "stop": 874480005
        }
    ]
}