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=8886
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=8887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8885",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8886,
    "results": [
        {
            "start": 873224005,
            "stop": 873224134
        },
        {
            "start": 873224151,
            "stop": 873224180
        },
        {
            "start": 873224197,
            "stop": 873224602
        },
        {
            "start": 873224621,
            "stop": 873224981
        },
        {
            "start": 873225062,
            "stop": 873225107
        },
        {
            "start": 873225127,
            "stop": 873225140
        },
        {
            "start": 873225172,
            "stop": 873225390
        },
        {
            "start": 873225427,
            "stop": 873225462
        },
        {
            "start": 873225600,
            "stop": 873225645
        },
        {
            "start": 873225720,
            "stop": 873225729
        },
        {
            "start": 873225760,
            "stop": 873226051
        },
        {
            "start": 873226070,
            "stop": 873226394
        },
        {
            "start": 873226414,
            "stop": 873226751
        },
        {
            "start": 873226770,
            "stop": 873226818
        },
        {
            "start": 873226839,
            "stop": 873226892
        },
        {
            "start": 873226912,
            "stop": 873226944
        },
        {
            "start": 873226963,
            "stop": 873227133
        },
        {
            "start": 873227153,
            "stop": 873227172
        },
        {
            "start": 873227212,
            "stop": 873227218
        },
        {
            "start": 873227239,
            "stop": 873227288
        }
    ]
}