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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=426",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 427,
    "results": [
        {
            "start": 821772065,
            "stop": 821772077
        },
        {
            "start": 821772080,
            "stop": 821772083
        },
        {
            "start": 821772086,
            "stop": 821772090
        },
        {
            "start": 821772093,
            "stop": 821772099
        },
        {
            "start": 821772102,
            "stop": 821772107
        },
        {
            "start": 821772112,
            "stop": 821772115
        },
        {
            "start": 821772119,
            "stop": 821772121
        },
        {
            "start": 821772127,
            "stop": 821772135
        },
        {
            "start": 821772138,
            "stop": 821772145
        },
        {
            "start": 821772151,
            "stop": 821772154
        },
        {
            "start": 821772158,
            "stop": 821772164
        },
        {
            "start": 821772170,
            "stop": 821772172
        },
        {
            "start": 821772175,
            "stop": 821772178
        },
        {
            "start": 821772191,
            "stop": 821772192
        },
        {
            "start": 821772198,
            "stop": 821772203
        },
        {
            "start": 821772206,
            "stop": 821772213
        },
        {
            "start": 821772230,
            "stop": 821772231
        },
        {
            "start": 821772235,
            "stop": 821772236
        },
        {
            "start": 821772239,
            "stop": 821772240
        },
        {
            "start": 821772245,
            "stop": 821772247
        }
    ]
}