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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=181",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 182,
    "results": [
        {
            "start": 821653049,
            "stop": 821653055
        },
        {
            "start": 821653058,
            "stop": 821653060
        },
        {
            "start": 821653063,
            "stop": 821653075
        },
        {
            "start": 821653078,
            "stop": 821653092
        },
        {
            "start": 821653095,
            "stop": 821653098
        },
        {
            "start": 821653104,
            "stop": 821653112
        },
        {
            "start": 821653116,
            "stop": 821653132
        },
        {
            "start": 821653138,
            "stop": 821653139
        },
        {
            "start": 821653142,
            "stop": 821653143
        },
        {
            "start": 821653146,
            "stop": 821653150
        },
        {
            "start": 821653156,
            "stop": 821653171
        },
        {
            "start": 821653174,
            "stop": 821653175
        },
        {
            "start": 821653178,
            "stop": 821653193
        },
        {
            "start": 821653196,
            "stop": 821653225
        },
        {
            "start": 821653229,
            "stop": 821653250
        },
        {
            "start": 821653253,
            "stop": 821653270
        },
        {
            "start": 821653273,
            "stop": 821653275
        },
        {
            "start": 821653278,
            "stop": 821653296
        },
        {
            "start": 821653302,
            "stop": 821653308
        },
        {
            "start": 821653311,
            "stop": 821653316
        }
    ]
}