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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=200",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 201,
    "results": [
        {
            "start": 821666875,
            "stop": 821666879
        },
        {
            "start": 821666882,
            "stop": 821666893
        },
        {
            "start": 821666896,
            "stop": 821666906
        },
        {
            "start": 821666909,
            "stop": 821666927
        },
        {
            "start": 821667040,
            "stop": 821667045
        },
        {
            "start": 821667050,
            "stop": 821667060
        },
        {
            "start": 821667072,
            "stop": 821667089
        },
        {
            "start": 821667092,
            "stop": 821667099
        },
        {
            "start": 821667102,
            "stop": 821667107
        },
        {
            "start": 821667110,
            "stop": 821667118
        },
        {
            "start": 821667126,
            "stop": 821667128
        },
        {
            "start": 821667131,
            "stop": 821667139
        },
        {
            "start": 821667142,
            "stop": 821667145
        },
        {
            "start": 821667148,
            "stop": 821667151
        },
        {
            "start": 821667154,
            "stop": 821667172
        },
        {
            "start": 821667175,
            "stop": 821667186
        },
        {
            "start": 821667189,
            "stop": 821667224
        },
        {
            "start": 821667229,
            "stop": 821667265
        },
        {
            "start": 821667272,
            "stop": 821667274
        },
        {
            "start": 821667277,
            "stop": 821667284
        }
    ]
}