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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=13",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 14,
    "results": [
        {
            "start": 815886522,
            "stop": 815887020
        },
        {
            "start": 815887028,
            "stop": 815887282
        },
        {
            "start": 815887290,
            "stop": 815887792
        },
        {
            "start": 815887799,
            "stop": 815888151
        },
        {
            "start": 815888159,
            "stop": 815888374
        },
        {
            "start": 815888382,
            "stop": 815889051
        },
        {
            "start": 815889079,
            "stop": 815889269
        },
        {
            "start": 815889406,
            "stop": 815890146
        },
        {
            "start": 815890153,
            "stop": 815890239
        },
        {
            "start": 815890269,
            "stop": 815890399
        },
        {
            "start": 815890406,
            "stop": 815890420
        },
        {
            "start": 815890450,
            "stop": 815890461
        },
        {
            "start": 815890492,
            "stop": 815890531
        },
        {
            "start": 815890538,
            "stop": 815890571
        },
        {
            "start": 815890579,
            "stop": 815890608
        },
        {
            "start": 815890615,
            "stop": 815890630
        },
        {
            "start": 815892907,
            "stop": 815895117
        },
        {
            "start": 815895124,
            "stop": 815896808
        },
        {
            "start": 815896815,
            "stop": 815897667
        },
        {
            "start": 815897675,
            "stop": 815897851
        }
    ]
}