Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=232
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=231",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 232,
    "results": [
        {
            "start": 820930845,
            "stop": 820930934
        },
        {
            "start": 820930937,
            "stop": 820931146
        },
        {
            "start": 820931150,
            "stop": 820931242
        },
        {
            "start": 820931245,
            "stop": 820931509
        },
        {
            "start": 820931512,
            "stop": 820931866
        },
        {
            "start": 820931869,
            "stop": 820932262
        },
        {
            "start": 820932265,
            "stop": 820933300
        },
        {
            "start": 820933329,
            "stop": 820933440
        },
        {
            "start": 820933500,
            "stop": 820933740
        },
        {
            "start": 820933800,
            "stop": 820933891
        },
        {
            "start": 820933899,
            "stop": 820933920
        },
        {
            "start": 820933980,
            "stop": 820934044
        },
        {
            "start": 820934862,
            "stop": 820934867
        },
        {
            "start": 820934871,
            "stop": 820935046
        },
        {
            "start": 820935050,
            "stop": 820935209
        },
        {
            "start": 820935212,
            "stop": 820935483
        },
        {
            "start": 820935487,
            "stop": 820936914
        },
        {
            "start": 820936917,
            "stop": 820937371
        },
        {
            "start": 820937374,
            "stop": 820937441
        },
        {
            "start": 820937444,
            "stop": 820937512
        }
    ]
}