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=709
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=710",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=708",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 709,
    "results": [
        {
            "start": 830276946,
            "stop": 830277072
        },
        {
            "start": 830277091,
            "stop": 830277140
        },
        {
            "start": 830277159,
            "stop": 830277204
        },
        {
            "start": 830277221,
            "stop": 830277620
        },
        {
            "start": 830277639,
            "stop": 830277653
        },
        {
            "start": 830277762,
            "stop": 830278237
        },
        {
            "start": 830278256,
            "stop": 830278286
        },
        {
            "start": 830278305,
            "stop": 830278320
        },
        {
            "start": 830278355,
            "stop": 830278403
        },
        {
            "start": 830278422,
            "stop": 830278431
        },
        {
            "start": 830278468,
            "stop": 830278489
        },
        {
            "start": 830278521,
            "stop": 830278638
        },
        {
            "start": 830278657,
            "stop": 830278672
        },
        {
            "start": 830278691,
            "stop": 830278891
        },
        {
            "start": 830278912,
            "stop": 830279114
        },
        {
            "start": 830279133,
            "stop": 830279665
        },
        {
            "start": 830279682,
            "stop": 830279856
        },
        {
            "start": 830279879,
            "stop": 830280032
        },
        {
            "start": 830280332,
            "stop": 830280458
        },
        {
            "start": 830280477,
            "stop": 830280530
        }
    ]
}