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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=45",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 46,
    "results": [
        {
            "start": 822745395,
            "stop": 822755770
        },
        {
            "start": 822755801,
            "stop": 822756237
        },
        {
            "start": 822756333,
            "stop": 822757845
        },
        {
            "start": 822757887,
            "stop": 822758230
        },
        {
            "start": 822773444,
            "stop": 822773504
        },
        {
            "start": 822773524,
            "stop": 822776291
        },
        {
            "start": 822776440,
            "stop": 822777313
        },
        {
            "start": 822777490,
            "stop": 822777748
        },
        {
            "start": 822779149,
            "stop": 822781462
        },
        {
            "start": 822782446,
            "stop": 822793436
        },
        {
            "start": 822793497,
            "stop": 822799784
        },
        {
            "start": 822799838,
            "stop": 822800054
        },
        {
            "start": 822800154,
            "stop": 822800719
        },
        {
            "start": 822800786,
            "stop": 822800841
        },
        {
            "start": 822800948,
            "stop": 822801925
        },
        {
            "start": 822801974,
            "stop": 822804445
        },
        {
            "start": 822804489,
            "stop": 822805776
        },
        {
            "start": 822805818,
            "stop": 822806114
        },
        {
            "start": 822806183,
            "stop": 822806187
        },
        {
            "start": 822806257,
            "stop": 822806432
        }
    ]
}