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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=300",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 301,
    "results": [
        {
            "start": 821694611,
            "stop": 821694614
        },
        {
            "start": 821694622,
            "stop": 821694635
        },
        {
            "start": 821694638,
            "stop": 821694640
        },
        {
            "start": 821694644,
            "stop": 821694652
        },
        {
            "start": 821694655,
            "stop": 821694667
        },
        {
            "start": 821694673,
            "stop": 821694679
        },
        {
            "start": 821694682,
            "stop": 821694816
        },
        {
            "start": 821694819,
            "stop": 821694825
        },
        {
            "start": 821694828,
            "stop": 821694829
        },
        {
            "start": 821694832,
            "stop": 821694884
        },
        {
            "start": 821694887,
            "stop": 821694891
        },
        {
            "start": 821694894,
            "stop": 821694924
        },
        {
            "start": 821694927,
            "stop": 821694948
        },
        {
            "start": 821694951,
            "stop": 821694963
        },
        {
            "start": 821694966,
            "stop": 821694974
        },
        {
            "start": 821694979,
            "stop": 821694984
        },
        {
            "start": 821694988,
            "stop": 821694995
        },
        {
            "start": 821694998,
            "stop": 821695005
        },
        {
            "start": 821695008,
            "stop": 821695023
        },
        {
            "start": 821695026,
            "stop": 821695033
        }
    ]
}