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=747
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=748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=746",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 747,
    "results": [
        {
            "start": 857733870,
            "stop": 857733930
        },
        {
            "start": 857733990,
            "stop": 857734170
        },
        {
            "start": 857734230,
            "stop": 857734590
        },
        {
            "start": 857734770,
            "stop": 857735190
        },
        {
            "start": 857735250,
            "stop": 857735274
        },
        {
            "start": 857735276,
            "stop": 857735296
        },
        {
            "start": 857737436,
            "stop": 857738266
        },
        {
            "start": 857738311,
            "stop": 857738910
        },
        {
            "start": 857740945,
            "stop": 857741070
        },
        {
            "start": 857741310,
            "stop": 857742150
        },
        {
            "start": 857742270,
            "stop": 857742743
        },
        {
            "start": 857742744,
            "stop": 857742763
        },
        {
            "start": 857742768,
            "stop": 857742810
        },
        {
            "start": 857742870,
            "stop": 857743036
        },
        {
            "start": 857743612,
            "stop": 857746756
        },
        {
            "start": 857746758,
            "stop": 857746922
        },
        {
            "start": 857746924,
            "stop": 857754383
        },
        {
            "start": 857754384,
            "stop": 857755031
        },
        {
            "start": 857763704,
            "stop": 857763718
        },
        {
            "start": 857779169,
            "stop": 857788971
        }
    ]
}