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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=138",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 139,
    "results": [
        {
            "start": 838128067,
            "stop": 838128080
        },
        {
            "start": 838128082,
            "stop": 838131123
        },
        {
            "start": 838131433,
            "stop": 838138895
        },
        {
            "start": 838139002,
            "stop": 838141010
        },
        {
            "start": 838141018,
            "stop": 838141021
        },
        {
            "start": 838141029,
            "stop": 838145802
        },
        {
            "start": 838146084,
            "stop": 838148563
        },
        {
            "start": 838148571,
            "stop": 838150892
        },
        {
            "start": 838153260,
            "stop": 838153986
        },
        {
            "start": 838155285,
            "stop": 838155762
        },
        {
            "start": 838155764,
            "stop": 838157824
        },
        {
            "start": 838157832,
            "stop": 838157840
        },
        {
            "start": 838157917,
            "stop": 838160249
        },
        {
            "start": 838161653,
            "stop": 838163328
        },
        {
            "start": 838163330,
            "stop": 838174532
        },
        {
            "start": 838175479,
            "stop": 838221403
        },
        {
            "start": 838221405,
            "stop": 838225067
        },
        {
            "start": 838237266,
            "stop": 838238574
        },
        {
            "start": 838240424,
            "stop": 838250975
        },
        {
            "start": 838250976,
            "stop": 838257953
        }
    ]
}