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=356
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=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=355",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 356,
    "results": [
        {
            "start": 821757106,
            "stop": 821757109
        },
        {
            "start": 821757112,
            "stop": 821757114
        },
        {
            "start": 821757117,
            "stop": 821757122
        },
        {
            "start": 821757126,
            "stop": 821757132
        },
        {
            "start": 821757139,
            "stop": 821757143
        },
        {
            "start": 821757150,
            "stop": 821757156
        },
        {
            "start": 821757161,
            "stop": 821757164
        },
        {
            "start": 821757167,
            "stop": 821757184
        },
        {
            "start": 821757187,
            "stop": 821757190
        },
        {
            "start": 821757193,
            "stop": 821757203
        },
        {
            "start": 821757209,
            "stop": 821757213
        },
        {
            "start": 821757216,
            "stop": 821757220
        },
        {
            "start": 821757227,
            "stop": 821757237
        },
        {
            "start": 821757245,
            "stop": 821757249
        },
        {
            "start": 821757252,
            "stop": 821757253
        },
        {
            "start": 821757256,
            "stop": 821757258
        },
        {
            "start": 821757261,
            "stop": 821757263
        },
        {
            "start": 821757272,
            "stop": 821757273
        },
        {
            "start": 821757276,
            "stop": 821757290
        },
        {
            "start": 821757294,
            "stop": 821757303
        }
    ]
}