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=5001
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=5002",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5000",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5001,
    "results": [
        {
            "start": 874523925,
            "stop": 874523929
        },
        {
            "start": 874523937,
            "stop": 874523941
        },
        {
            "start": 874523948,
            "stop": 874523957
        },
        {
            "start": 874523965,
            "stop": 874523974
        },
        {
            "start": 874523981,
            "stop": 874523990
        },
        {
            "start": 874524003,
            "stop": 874524015
        },
        {
            "start": 874524028,
            "stop": 874524035
        },
        {
            "start": 874524044,
            "stop": 874524053
        },
        {
            "start": 874524080,
            "stop": 874524117
        },
        {
            "start": 874524124,
            "stop": 874524142
        },
        {
            "start": 874524165,
            "stop": 874524182
        },
        {
            "start": 874524193,
            "stop": 874524195
        },
        {
            "start": 874524212,
            "stop": 874524215
        },
        {
            "start": 874524236,
            "stop": 874524241
        },
        {
            "start": 874524255,
            "stop": 874524256
        },
        {
            "start": 874524263,
            "stop": 874524268
        },
        {
            "start": 874524276,
            "stop": 874524296
        },
        {
            "start": 874524305,
            "stop": 874524307
        },
        {
            "start": 874524314,
            "stop": 874524322
        },
        {
            "start": 874524329,
            "stop": 874524364
        }
    ]
}