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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=132",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 133,
    "results": [
        {
            "start": 818068760,
            "stop": 818068770
        },
        {
            "start": 818068775,
            "stop": 818068778
        },
        {
            "start": 818068781,
            "stop": 818068790
        },
        {
            "start": 818068793,
            "stop": 818068797
        },
        {
            "start": 818068800,
            "stop": 818068806
        },
        {
            "start": 818068809,
            "stop": 818068814
        },
        {
            "start": 818068824,
            "stop": 818068829
        },
        {
            "start": 818068838,
            "stop": 818068846
        },
        {
            "start": 818068855,
            "stop": 818068869
        },
        {
            "start": 818068872,
            "stop": 818068885
        },
        {
            "start": 818068888,
            "stop": 818068892
        },
        {
            "start": 818068895,
            "stop": 818068896
        },
        {
            "start": 818068899,
            "stop": 818068901
        },
        {
            "start": 818068905,
            "stop": 818068908
        },
        {
            "start": 818068913,
            "stop": 818068917
        },
        {
            "start": 818068920,
            "stop": 818068922
        },
        {
            "start": 818068925,
            "stop": 818068929
        },
        {
            "start": 818068932,
            "stop": 818068933
        },
        {
            "start": 818068940,
            "stop": 818068944
        },
        {
            "start": 818068947,
            "stop": 818068954
        }
    ]
}