Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=71
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=70",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 71,
    "results": [
        {
            "start": 818372765,
            "stop": 818380519
        },
        {
            "start": 818380536,
            "stop": 818387420
        },
        {
            "start": 818387424,
            "stop": 818395482
        },
        {
            "start": 818395499,
            "stop": 818395623
        },
        {
            "start": 818395640,
            "stop": 818407289
        },
        {
            "start": 818409295,
            "stop": 818419686
        },
        {
            "start": 818419755,
            "stop": 818422765
        },
        {
            "start": 818422769,
            "stop": 818425997
        },
        {
            "start": 818426015,
            "stop": 818426424
        },
        {
            "start": 818428397,
            "stop": 818430709
        },
        {
            "start": 818430713,
            "stop": 818435634
        },
        {
            "start": 818435651,
            "stop": 818437139
        },
        {
            "start": 818437156,
            "stop": 818437903
        },
        {
            "start": 818437920,
            "stop": 818438884
        },
        {
            "start": 818448634,
            "stop": 818449328
        },
        {
            "start": 818449563,
            "stop": 818449864
        },
        {
            "start": 818449901,
            "stop": 818453997
        },
        {
            "start": 818456437,
            "stop": 818456454
        },
        {
            "start": 818456528,
            "stop": 818456880
        },
        {
            "start": 818457864,
            "stop": 818459628
        }
    ]
}