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=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=273",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 274,
    "results": [
        {
            "start": 821690036,
            "stop": 821690070
        },
        {
            "start": 821690073,
            "stop": 821690076
        },
        {
            "start": 821690079,
            "stop": 821690086
        },
        {
            "start": 821690090,
            "stop": 821690102
        },
        {
            "start": 821690105,
            "stop": 821690106
        },
        {
            "start": 821690110,
            "stop": 821690114
        },
        {
            "start": 821690117,
            "stop": 821690128
        },
        {
            "start": 821690132,
            "stop": 821690133
        },
        {
            "start": 821690138,
            "stop": 821690143
        },
        {
            "start": 821690146,
            "stop": 821690152
        },
        {
            "start": 821690155,
            "stop": 821690156
        },
        {
            "start": 821690159,
            "stop": 821690161
        },
        {
            "start": 821690164,
            "stop": 821690169
        },
        {
            "start": 821690175,
            "stop": 821690179
        },
        {
            "start": 821690182,
            "stop": 821690187
        },
        {
            "start": 821690197,
            "stop": 821690206
        },
        {
            "start": 821690209,
            "stop": 821690210
        },
        {
            "start": 821690213,
            "stop": 821690215
        },
        {
            "start": 821690220,
            "stop": 821690259
        },
        {
            "start": 821690262,
            "stop": 821690276
        }
    ]
}