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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=219",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 220,
    "results": [
        {
            "start": 958350110,
            "stop": 958350144
        },
        {
            "start": 958350153,
            "stop": 958350166
        },
        {
            "start": 958350171,
            "stop": 958350175
        },
        {
            "start": 958350180,
            "stop": 958350239
        },
        {
            "start": 958350247,
            "stop": 958350248
        },
        {
            "start": 958350258,
            "stop": 958350263
        },
        {
            "start": 958350269,
            "stop": 958350289
        },
        {
            "start": 958350324,
            "stop": 958350332
        },
        {
            "start": 958350338,
            "stop": 958350423
        },
        {
            "start": 958350427,
            "stop": 958352567
        },
        {
            "start": 958368780,
            "stop": 958373793
        },
        {
            "start": 958373797,
            "stop": 958374870
        },
        {
            "start": 958374873,
            "stop": 958375016
        },
        {
            "start": 958375020,
            "stop": 958375443
        },
        {
            "start": 958375446,
            "stop": 958375456
        },
        {
            "start": 958375462,
            "stop": 958376009
        },
        {
            "start": 958376012,
            "stop": 958376054
        },
        {
            "start": 958376057,
            "stop": 958377400
        },
        {
            "start": 958377404,
            "stop": 958377457
        },
        {
            "start": 958377461,
            "stop": 958377487
        }
    ]
}