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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=776",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 777,
    "results": [
        {
            "start": 863772154,
            "stop": 863805578
        },
        {
            "start": 863811065,
            "stop": 863811313
        },
        {
            "start": 863811367,
            "stop": 863830530
        },
        {
            "start": 863845686,
            "stop": 863845995
        },
        {
            "start": 863845997,
            "stop": 863848313
        },
        {
            "start": 863849326,
            "stop": 863879429
        },
        {
            "start": 863880265,
            "stop": 863880272
        },
        {
            "start": 863880299,
            "stop": 863881245
        },
        {
            "start": 863899898,
            "stop": 863929290
        },
        {
            "start": 863929350,
            "stop": 863931130
        },
        {
            "start": 863931131,
            "stop": 863931134
        },
        {
            "start": 863933560,
            "stop": 863936019
        },
        {
            "start": 863937539,
            "stop": 863938077
        },
        {
            "start": 863939143,
            "stop": 863945541
        },
        {
            "start": 863952849,
            "stop": 863965370
        },
        {
            "start": 863978991,
            "stop": 863979276
        },
        {
            "start": 863979886,
            "stop": 863982559
        },
        {
            "start": 863985079,
            "stop": 863993744
        },
        {
            "start": 863994272,
            "stop": 864014610
        },
        {
            "start": 864016616,
            "stop": 864058981
        }
    ]
}