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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=111",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 112,
    "results": [
        {
            "start": 818062725,
            "stop": 818062734
        },
        {
            "start": 818062745,
            "stop": 818062749
        },
        {
            "start": 818062753,
            "stop": 818062764
        },
        {
            "start": 818062775,
            "stop": 818062778
        },
        {
            "start": 818062784,
            "stop": 818062796
        },
        {
            "start": 818062800,
            "stop": 818062803
        },
        {
            "start": 818062806,
            "stop": 818062807
        },
        {
            "start": 818062811,
            "stop": 818062819
        },
        {
            "start": 818062823,
            "stop": 818062827
        },
        {
            "start": 818062830,
            "stop": 818062845
        },
        {
            "start": 818062849,
            "stop": 818062850
        },
        {
            "start": 818062853,
            "stop": 818062855
        },
        {
            "start": 818062859,
            "stop": 818062860
        },
        {
            "start": 818062863,
            "stop": 818062874
        },
        {
            "start": 818062879,
            "stop": 818062887
        },
        {
            "start": 818062892,
            "stop": 818062898
        },
        {
            "start": 818062901,
            "stop": 818062908
        },
        {
            "start": 818062917,
            "stop": 818062924
        },
        {
            "start": 818062927,
            "stop": 818062930
        },
        {
            "start": 818062936,
            "stop": 818062941
        }
    ]
}