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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=246",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 247,
    "results": [
        {
            "start": 827418805,
            "stop": 827426914
        },
        {
            "start": 827426916,
            "stop": 827426928
        },
        {
            "start": 827426930,
            "stop": 827426974
        },
        {
            "start": 827426978,
            "stop": 827426995
        },
        {
            "start": 827426997,
            "stop": 827427010
        },
        {
            "start": 827427012,
            "stop": 827427175
        },
        {
            "start": 827427177,
            "stop": 827427404
        },
        {
            "start": 827427406,
            "stop": 827427611
        },
        {
            "start": 827427614,
            "stop": 827427617
        },
        {
            "start": 827427621,
            "stop": 827427622
        },
        {
            "start": 827427625,
            "stop": 827428542
        },
        {
            "start": 827429996,
            "stop": 827447829
        },
        {
            "start": 827447833,
            "stop": 827458085
        },
        {
            "start": 827458088,
            "stop": 827459010
        },
        {
            "start": 827459070,
            "stop": 827459550
        },
        {
            "start": 827459610,
            "stop": 827459727
        },
        {
            "start": 827459733,
            "stop": 827460235
        },
        {
            "start": 827460240,
            "stop": 827460241
        },
        {
            "start": 827460244,
            "stop": 827460795
        },
        {
            "start": 827460800,
            "stop": 827460822
        }
    ]
}