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=9008
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=9009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9007",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9008,
    "results": [
        {
            "start": 873997207,
            "stop": 873997277
        },
        {
            "start": 873997296,
            "stop": 873997360
        },
        {
            "start": 873997379,
            "stop": 873997972
        },
        {
            "start": 873997989,
            "stop": 873998848
        },
        {
            "start": 873998865,
            "stop": 874001846
        },
        {
            "start": 874001865,
            "stop": 874001886
        },
        {
            "start": 874001905,
            "stop": 874002732
        },
        {
            "start": 874002749,
            "stop": 874003739
        },
        {
            "start": 874003756,
            "stop": 874004168
        },
        {
            "start": 874004364,
            "stop": 874004742
        },
        {
            "start": 874004759,
            "stop": 874005476
        },
        {
            "start": 874005703,
            "stop": 874005924
        },
        {
            "start": 874005943,
            "stop": 874006122
        },
        {
            "start": 874006142,
            "stop": 874006928
        },
        {
            "start": 874006947,
            "stop": 874006992
        },
        {
            "start": 874007011,
            "stop": 874007344
        },
        {
            "start": 874007363,
            "stop": 874008519
        },
        {
            "start": 874008538,
            "stop": 874009681
        },
        {
            "start": 874009701,
            "stop": 874009815
        },
        {
            "start": 874009832,
            "stop": 874010437
        }
    ]
}