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=5148
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=5149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5147",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5148,
    "results": [
        {
            "start": 874765067,
            "stop": 874765078
        },
        {
            "start": 874765097,
            "stop": 874765155
        },
        {
            "start": 874765179,
            "stop": 874765183
        },
        {
            "start": 874765203,
            "stop": 874765248
        },
        {
            "start": 874765267,
            "stop": 874765312
        },
        {
            "start": 874765347,
            "stop": 874765348
        },
        {
            "start": 874765382,
            "stop": 874765393
        },
        {
            "start": 874765412,
            "stop": 874765537
        },
        {
            "start": 874765557,
            "stop": 874765613
        },
        {
            "start": 874765633,
            "stop": 874765705
        },
        {
            "start": 874765724,
            "stop": 874765819
        },
        {
            "start": 874765838,
            "stop": 874765892
        },
        {
            "start": 874765911,
            "stop": 874765914
        },
        {
            "start": 874765933,
            "stop": 874765964
        },
        {
            "start": 874765983,
            "stop": 874766079
        },
        {
            "start": 874766098,
            "stop": 874766103
        },
        {
            "start": 874766122,
            "stop": 874766181
        },
        {
            "start": 874766200,
            "stop": 874766214
        },
        {
            "start": 874766233,
            "stop": 874766261
        },
        {
            "start": 874766286,
            "stop": 874766313
        }
    ]
}