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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5044",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5045,
    "results": [
        {
            "start": 874587646,
            "stop": 874587757
        },
        {
            "start": 874587776,
            "stop": 874587875
        },
        {
            "start": 874587924,
            "stop": 874587927
        },
        {
            "start": 874587949,
            "stop": 874587957
        },
        {
            "start": 874587976,
            "stop": 874587984
        },
        {
            "start": 874588003,
            "stop": 874588014
        },
        {
            "start": 874588033,
            "stop": 874588153
        },
        {
            "start": 874588172,
            "stop": 874588197
        },
        {
            "start": 874588216,
            "stop": 874588249
        },
        {
            "start": 874588269,
            "stop": 874588319
        },
        {
            "start": 874588351,
            "stop": 874588544
        },
        {
            "start": 874588576,
            "stop": 874588676
        },
        {
            "start": 874588695,
            "stop": 874588733
        },
        {
            "start": 874588752,
            "stop": 874588779
        },
        {
            "start": 874588814,
            "stop": 874588935
        },
        {
            "start": 874588955,
            "stop": 874589156
        },
        {
            "start": 874589175,
            "stop": 874589195
        },
        {
            "start": 874589214,
            "stop": 874589224
        },
        {
            "start": 874589247,
            "stop": 874589279
        },
        {
            "start": 874589298,
            "stop": 874589306
        }
    ]
}