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=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=340",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 341,
    "results": [
        {
            "start": 821752128,
            "stop": 821752129
        },
        {
            "start": 821752149,
            "stop": 821752159
        },
        {
            "start": 821752168,
            "stop": 821752169
        },
        {
            "start": 821752175,
            "stop": 821752177
        },
        {
            "start": 821752181,
            "stop": 821752184
        },
        {
            "start": 821752190,
            "stop": 821752199
        },
        {
            "start": 821752202,
            "stop": 821752204
        },
        {
            "start": 821752212,
            "stop": 821752219
        },
        {
            "start": 821752222,
            "stop": 821752224
        },
        {
            "start": 821752229,
            "stop": 821752234
        },
        {
            "start": 821752237,
            "stop": 821752239
        },
        {
            "start": 821752245,
            "stop": 821752252
        },
        {
            "start": 821752255,
            "stop": 821752259
        },
        {
            "start": 821752265,
            "stop": 821752273
        },
        {
            "start": 821752280,
            "stop": 821752283
        },
        {
            "start": 821752290,
            "stop": 821752294
        },
        {
            "start": 821752297,
            "stop": 821752318
        },
        {
            "start": 821752327,
            "stop": 821752330
        },
        {
            "start": 821752333,
            "stop": 821752347
        },
        {
            "start": 821752351,
            "stop": 821752354
        }
    ]
}