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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=207",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 208,
    "results": [
        {
            "start": 821669194,
            "stop": 821669195
        },
        {
            "start": 821669199,
            "stop": 821669208
        },
        {
            "start": 821669211,
            "stop": 821669222
        },
        {
            "start": 821669225,
            "stop": 821669241
        },
        {
            "start": 821669246,
            "stop": 821669250
        },
        {
            "start": 821669253,
            "stop": 821669268
        },
        {
            "start": 821669271,
            "stop": 821669278
        },
        {
            "start": 821669282,
            "stop": 821669284
        },
        {
            "start": 821669287,
            "stop": 821669310
        },
        {
            "start": 821669315,
            "stop": 821669319
        },
        {
            "start": 821669322,
            "stop": 821669323
        },
        {
            "start": 821669326,
            "stop": 821669328
        },
        {
            "start": 821669331,
            "stop": 821669332
        },
        {
            "start": 821669335,
            "stop": 821669374
        },
        {
            "start": 821669380,
            "stop": 821669385
        },
        {
            "start": 821669388,
            "stop": 821669400
        },
        {
            "start": 821669403,
            "stop": 821669405
        },
        {
            "start": 821669408,
            "stop": 821669418
        },
        {
            "start": 821669421,
            "stop": 821669423
        },
        {
            "start": 821669426,
            "stop": 821669431
        }
    ]
}