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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=301",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 302,
    "results": [
        {
            "start": 820930937,
            "stop": 820931146
        },
        {
            "start": 820931150,
            "stop": 820931242
        },
        {
            "start": 820931245,
            "stop": 820931509
        },
        {
            "start": 820931512,
            "stop": 820931866
        },
        {
            "start": 820931869,
            "stop": 820932262
        },
        {
            "start": 820932265,
            "stop": 820933140
        },
        {
            "start": 820933200,
            "stop": 820933260
        },
        {
            "start": 820933500,
            "stop": 820933560
        },
        {
            "start": 820933800,
            "stop": 820933860
        },
        {
            "start": 820933980,
            "stop": 820934044
        },
        {
            "start": 820934862,
            "stop": 820934867
        },
        {
            "start": 820934871,
            "stop": 820934940
        },
        {
            "start": 820935060,
            "stop": 820935120
        },
        {
            "start": 820935180,
            "stop": 820935209
        },
        {
            "start": 820935212,
            "stop": 820935483
        },
        {
            "start": 820935487,
            "stop": 820935660
        },
        {
            "start": 820935720,
            "stop": 820935780
        },
        {
            "start": 820935840,
            "stop": 820936080
        },
        {
            "start": 820936200,
            "stop": 820936680
        },
        {
            "start": 820936740,
            "stop": 820936914
        }
    ]
}