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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=525",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=523",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 524,
    "results": [
        {
            "start": 827015554,
            "stop": 827015641
        },
        {
            "start": 827016041,
            "stop": 827016296
        },
        {
            "start": 827016616,
            "stop": 827017028
        },
        {
            "start": 827017428,
            "stop": 827017487
        },
        {
            "start": 827018577,
            "stop": 827018878
        },
        {
            "start": 827019198,
            "stop": 827019338
        },
        {
            "start": 827023611,
            "stop": 827024061
        },
        {
            "start": 827025512,
            "stop": 827031793
        },
        {
            "start": 827033064,
            "stop": 827041428
        },
        {
            "start": 827043187,
            "stop": 827078911
        },
        {
            "start": 827078912,
            "stop": 827082759
        },
        {
            "start": 827086226,
            "stop": 827089346
        },
        {
            "start": 827092503,
            "stop": 827092977
        },
        {
            "start": 827093933,
            "stop": 827101393
        },
        {
            "start": 827102446,
            "stop": 827104813
        },
        {
            "start": 827105369,
            "stop": 827115548
        },
        {
            "start": 827119084,
            "stop": 827156353
        },
        {
            "start": 827157495,
            "stop": 827161421
        },
        {
            "start": 827161821,
            "stop": 827162953
        },
        {
            "start": 827163933,
            "stop": 827173496
        }
    ]
}