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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=420",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 421,
    "results": [
        {
            "start": 818730703,
            "stop": 818730704
        },
        {
            "start": 818730707,
            "stop": 818730711
        },
        {
            "start": 818730752,
            "stop": 818730756
        },
        {
            "start": 818730759,
            "stop": 818730767
        },
        {
            "start": 818730770,
            "stop": 818730776
        },
        {
            "start": 818730815,
            "stop": 818730827
        },
        {
            "start": 818730830,
            "stop": 818730832
        },
        {
            "start": 818730836,
            "stop": 818730842
        },
        {
            "start": 818730845,
            "stop": 818730846
        },
        {
            "start": 818730851,
            "stop": 818730853
        },
        {
            "start": 818730858,
            "stop": 818730859
        },
        {
            "start": 818730869,
            "stop": 818730870
        },
        {
            "start": 818730880,
            "stop": 818730881
        },
        {
            "start": 818730892,
            "stop": 818730893
        },
        {
            "start": 818730899,
            "stop": 818730900
        },
        {
            "start": 818731003,
            "stop": 818731005
        },
        {
            "start": 818731018,
            "stop": 818731019
        },
        {
            "start": 818731026,
            "stop": 818731027
        },
        {
            "start": 818731031,
            "stop": 818731034
        },
        {
            "start": 818731067,
            "stop": 818731076
        }
    ]
}