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_BURST_CAT2/segments?format=api&page=463
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=464",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=462",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 463,
    "results": [
        {
            "start": 821779170,
            "stop": 821779197
        },
        {
            "start": 821779200,
            "stop": 821779215
        },
        {
            "start": 821779218,
            "stop": 821779245
        },
        {
            "start": 821779248,
            "stop": 821779257
        },
        {
            "start": 821779260,
            "stop": 821779265
        },
        {
            "start": 821779268,
            "stop": 821779270
        },
        {
            "start": 821779274,
            "stop": 821779276
        },
        {
            "start": 821779281,
            "stop": 821779286
        },
        {
            "start": 821779289,
            "stop": 821779298
        },
        {
            "start": 821779301,
            "stop": 821779305
        },
        {
            "start": 821779309,
            "stop": 821779313
        },
        {
            "start": 821779318,
            "stop": 821779320
        },
        {
            "start": 821779323,
            "stop": 821779327
        },
        {
            "start": 821779330,
            "stop": 821779335
        },
        {
            "start": 821779338,
            "stop": 821779352
        },
        {
            "start": 821779355,
            "stop": 821779357
        },
        {
            "start": 821779360,
            "stop": 821779378
        },
        {
            "start": 821779381,
            "stop": 821779386
        },
        {
            "start": 821779391,
            "stop": 821779395
        },
        {
            "start": 821779409,
            "stop": 821779415
        }
    ]
}