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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=172",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 173,
    "results": [
        {
            "start": 826930088,
            "stop": 826930089
        },
        {
            "start": 826930091,
            "stop": 826930096
        },
        {
            "start": 826930098,
            "stop": 826930099
        },
        {
            "start": 826930104,
            "stop": 826930105
        },
        {
            "start": 826930107,
            "stop": 826930108
        },
        {
            "start": 826930110,
            "stop": 826930113
        },
        {
            "start": 826930118,
            "stop": 826930121
        },
        {
            "start": 826930123,
            "stop": 826930125
        },
        {
            "start": 826930135,
            "stop": 826930138
        },
        {
            "start": 826930140,
            "stop": 826930141
        },
        {
            "start": 826930143,
            "stop": 826930145
        },
        {
            "start": 826930149,
            "stop": 826930151
        },
        {
            "start": 826930153,
            "stop": 826930155
        },
        {
            "start": 826930162,
            "stop": 826930194
        },
        {
            "start": 826930196,
            "stop": 826930199
        },
        {
            "start": 826930201,
            "stop": 826930203
        },
        {
            "start": 826930204,
            "stop": 826930206
        },
        {
            "start": 826930208,
            "stop": 826930211
        },
        {
            "start": 826930213,
            "stop": 826930228
        },
        {
            "start": 826930231,
            "stop": 826930236
        }
    ]
}