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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=777",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=775",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 776,
    "results": [
        {
            "start": 857298331,
            "stop": 857299171
        },
        {
            "start": 857299368,
            "stop": 857305068
        },
        {
            "start": 857305218,
            "stop": 857306628
        },
        {
            "start": 857306807,
            "stop": 857306987
        },
        {
            "start": 857309928,
            "stop": 857311668
        },
        {
            "start": 857313428,
            "stop": 857314268
        },
        {
            "start": 857314440,
            "stop": 857318820
        },
        {
            "start": 857319051,
            "stop": 857319111
        },
        {
            "start": 857319201,
            "stop": 857319591
        },
        {
            "start": 857321540,
            "stop": 857323340
        },
        {
            "start": 857323490,
            "stop": 857325260
        },
        {
            "start": 857325431,
            "stop": 857333801
        },
        {
            "start": 857333957,
            "stop": 857334857
        },
        {
            "start": 857335007,
            "stop": 857335697
        },
        {
            "start": 857336381,
            "stop": 857340161
        },
        {
            "start": 857341964,
            "stop": 857342024
        },
        {
            "start": 857343067,
            "stop": 857344747
        },
        {
            "start": 857344912,
            "stop": 857349412
        },
        {
            "start": 857349583,
            "stop": 857350933
        },
        {
            "start": 857351023,
            "stop": 857351083
        }
    ]
}