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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=62",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 63,
    "results": [
        {
            "start": 822640749,
            "stop": 822641653
        },
        {
            "start": 822641757,
            "stop": 822641920
        },
        {
            "start": 822641952,
            "stop": 822643904
        },
        {
            "start": 822643936,
            "stop": 822647904
        },
        {
            "start": 822647936,
            "stop": 822651433
        },
        {
            "start": 822651562,
            "stop": 822654193
        },
        {
            "start": 822654296,
            "stop": 822665887
        },
        {
            "start": 822665992,
            "stop": 822666010
        },
        {
            "start": 822666044,
            "stop": 822666073
        },
        {
            "start": 822666136,
            "stop": 822666179
        },
        {
            "start": 822666212,
            "stop": 822666306
        },
        {
            "start": 822666417,
            "stop": 822666471
        },
        {
            "start": 822666511,
            "stop": 822666560
        },
        {
            "start": 822666592,
            "stop": 822666613
        },
        {
            "start": 822666640,
            "stop": 822666641
        },
        {
            "start": 822666680,
            "stop": 822666913
        },
        {
            "start": 822667000,
            "stop": 822667498
        },
        {
            "start": 822667535,
            "stop": 822667597
        },
        {
            "start": 822667741,
            "stop": 822667772
        },
        {
            "start": 822699919,
            "stop": 822704000
        }
    ]
}