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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=192",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 193,
    "results": [
        {
            "start": 846676314,
            "stop": 846684065
        },
        {
            "start": 846684066,
            "stop": 846689875
        },
        {
            "start": 846690977,
            "stop": 846692403
        },
        {
            "start": 846693400,
            "stop": 846698833
        },
        {
            "start": 846700050,
            "stop": 846746029
        },
        {
            "start": 846756016,
            "stop": 846826513
        },
        {
            "start": 846827781,
            "stop": 846834604
        },
        {
            "start": 846836951,
            "stop": 846853799
        },
        {
            "start": 846917049,
            "stop": 846919008
        },
        {
            "start": 846919009,
            "stop": 846920773
        },
        {
            "start": 846922747,
            "stop": 846923441
        },
        {
            "start": 846923444,
            "stop": 846924950
        },
        {
            "start": 846929886,
            "stop": 846930659
        },
        {
            "start": 846935556,
            "stop": 846936462
        },
        {
            "start": 846940132,
            "stop": 846941833
        },
        {
            "start": 846942474,
            "stop": 846951308
        },
        {
            "start": 847001725,
            "stop": 847022044
        },
        {
            "start": 847022047,
            "stop": 847041946
        },
        {
            "start": 847095859,
            "stop": 847096841
        },
        {
            "start": 847097594,
            "stop": 847120093
        }
    ]
}