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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=365",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 366,
    "results": [
        {
            "start": 821759139,
            "stop": 821759145
        },
        {
            "start": 821759148,
            "stop": 821759153
        },
        {
            "start": 821759157,
            "stop": 821759161
        },
        {
            "start": 821759165,
            "stop": 821759168
        },
        {
            "start": 821759173,
            "stop": 821759179
        },
        {
            "start": 821759183,
            "stop": 821759184
        },
        {
            "start": 821759190,
            "stop": 821759192
        },
        {
            "start": 821759195,
            "stop": 821759204
        },
        {
            "start": 821759207,
            "stop": 821759219
        },
        {
            "start": 821759225,
            "stop": 821759242
        },
        {
            "start": 821759254,
            "stop": 821759259
        },
        {
            "start": 821759262,
            "stop": 821759267
        },
        {
            "start": 821759280,
            "stop": 821759283
        },
        {
            "start": 821759287,
            "stop": 821759302
        },
        {
            "start": 821759308,
            "stop": 821759315
        },
        {
            "start": 821759320,
            "stop": 821759322
        },
        {
            "start": 821759330,
            "stop": 821759332
        },
        {
            "start": 821759338,
            "stop": 821759339
        },
        {
            "start": 821759342,
            "stop": 821759352
        },
        {
            "start": 821759360,
            "stop": 821759369
        }
    ]
}