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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4382",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4383,
    "results": [
        {
            "start": 875119641,
            "stop": 875119703
        },
        {
            "start": 875119722,
            "stop": 875119933
        },
        {
            "start": 875119955,
            "stop": 875119957
        },
        {
            "start": 875119976,
            "stop": 875120183
        },
        {
            "start": 875123026,
            "stop": 875124060
        },
        {
            "start": 875124120,
            "stop": 875124244
        },
        {
            "start": 875124364,
            "stop": 875124960
        },
        {
            "start": 875125020,
            "stop": 875125440
        },
        {
            "start": 875125500,
            "stop": 875125560
        },
        {
            "start": 875125740,
            "stop": 875125800
        },
        {
            "start": 875125860,
            "stop": 875125967
        },
        {
            "start": 875125998,
            "stop": 875126064
        },
        {
            "start": 875126084,
            "stop": 875126100
        },
        {
            "start": 875126280,
            "stop": 875126447
        },
        {
            "start": 875126477,
            "stop": 875126557
        },
        {
            "start": 875126577,
            "stop": 875126625
        },
        {
            "start": 875126700,
            "stop": 875126705
        },
        {
            "start": 875126724,
            "stop": 875126760
        },
        {
            "start": 875126832,
            "stop": 875126883
        },
        {
            "start": 875126897,
            "stop": 875126929
        }
    ]
}