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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5064",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5065,
    "results": [
        {
            "start": 874610074,
            "stop": 874610121
        },
        {
            "start": 874610129,
            "stop": 874610154
        },
        {
            "start": 874610161,
            "stop": 874610170
        },
        {
            "start": 874610178,
            "stop": 874610181
        },
        {
            "start": 874610188,
            "stop": 874610192
        },
        {
            "start": 874610199,
            "stop": 874610203
        },
        {
            "start": 874610215,
            "stop": 874610231
        },
        {
            "start": 874610238,
            "stop": 874610243
        },
        {
            "start": 874610250,
            "stop": 874610276
        },
        {
            "start": 874610283,
            "stop": 874610312
        },
        {
            "start": 874610319,
            "stop": 874610322
        },
        {
            "start": 874610329,
            "stop": 874610421
        },
        {
            "start": 874610428,
            "stop": 874610431
        },
        {
            "start": 874610438,
            "stop": 874610452
        },
        {
            "start": 874610461,
            "stop": 874610463
        },
        {
            "start": 874610470,
            "stop": 874610488
        },
        {
            "start": 874610495,
            "stop": 874610514
        },
        {
            "start": 874610521,
            "stop": 874610571
        },
        {
            "start": 874610580,
            "stop": 874610614
        },
        {
            "start": 874610624,
            "stop": 874610644
        }
    ]
}