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=1373
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=1374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1372",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1373,
    "results": [
        {
            "start": 843866992,
            "stop": 843867007
        },
        {
            "start": 843867012,
            "stop": 843867014
        },
        {
            "start": 843867020,
            "stop": 843867026
        },
        {
            "start": 843867029,
            "stop": 843867030
        },
        {
            "start": 843867033,
            "stop": 843867035
        },
        {
            "start": 843867038,
            "stop": 843867045
        },
        {
            "start": 843867048,
            "stop": 843867059
        },
        {
            "start": 843867062,
            "stop": 843867063
        },
        {
            "start": 843867067,
            "stop": 843867069
        },
        {
            "start": 843867078,
            "stop": 843867079
        },
        {
            "start": 843867087,
            "stop": 843867093
        },
        {
            "start": 843867099,
            "stop": 843867102
        },
        {
            "start": 843867107,
            "stop": 843867113
        },
        {
            "start": 843867116,
            "stop": 843867123
        },
        {
            "start": 843867126,
            "stop": 843867131
        },
        {
            "start": 843867135,
            "stop": 843867146
        },
        {
            "start": 843867149,
            "stop": 843867151
        },
        {
            "start": 843867159,
            "stop": 843867161
        },
        {
            "start": 843867166,
            "stop": 843867174
        },
        {
            "start": 843867178,
            "stop": 843867185
        }
    ]
}