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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8650",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8651,
    "results": [
        {
            "start": 871584717,
            "stop": 871584878
        },
        {
            "start": 871584895,
            "stop": 871585080
        },
        {
            "start": 871585140,
            "stop": 871585502
        },
        {
            "start": 871585659,
            "stop": 871586307
        },
        {
            "start": 871586427,
            "stop": 871586471
        },
        {
            "start": 871586488,
            "stop": 871587540
        },
        {
            "start": 871587600,
            "stop": 871588090
        },
        {
            "start": 871588107,
            "stop": 871588128
        },
        {
            "start": 871588145,
            "stop": 871588389
        },
        {
            "start": 871588509,
            "stop": 871588561
        },
        {
            "start": 871588736,
            "stop": 871588738
        },
        {
            "start": 871588755,
            "stop": 871588863
        },
        {
            "start": 871588884,
            "stop": 871588951
        },
        {
            "start": 871588968,
            "stop": 871589820
        },
        {
            "start": 871589880,
            "stop": 871590180
        },
        {
            "start": 871590240,
            "stop": 871590244
        },
        {
            "start": 871590251,
            "stop": 871590268
        },
        {
            "start": 871591438,
            "stop": 871591551
        },
        {
            "start": 871591671,
            "stop": 871592040
        },
        {
            "start": 871592520,
            "stop": 871593691
        }
    ]
}