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=1985
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=1986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1984",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1985,
    "results": [
        {
            "start": 856200873,
            "stop": 856200875
        },
        {
            "start": 856200880,
            "stop": 856200882
        },
        {
            "start": 856200888,
            "stop": 856200892
        },
        {
            "start": 856200894,
            "stop": 856200912
        },
        {
            "start": 856200918,
            "stop": 856201783
        },
        {
            "start": 856202700,
            "stop": 856202902
        },
        {
            "start": 856202908,
            "stop": 856202915
        },
        {
            "start": 856202920,
            "stop": 856202937
        },
        {
            "start": 856202948,
            "stop": 856202957
        },
        {
            "start": 856202963,
            "stop": 856202965
        },
        {
            "start": 856202970,
            "stop": 856203570
        },
        {
            "start": 856203630,
            "stop": 856203690
        },
        {
            "start": 856203750,
            "stop": 856203990
        },
        {
            "start": 856204290,
            "stop": 856210290
        },
        {
            "start": 856210725,
            "stop": 856210737
        },
        {
            "start": 856211037,
            "stop": 856217332
        },
        {
            "start": 856217338,
            "stop": 856217357
        },
        {
            "start": 856217363,
            "stop": 856217412
        },
        {
            "start": 856217418,
            "stop": 856217970
        },
        {
            "start": 856218296,
            "stop": 856223790
        }
    ]
}