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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46670",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46671,
    "results": [
        {
            "start": 875040038,
            "stop": 875040040
        },
        {
            "start": 875040041,
            "stop": 875040049
        },
        {
            "start": 875040050,
            "stop": 875040079
        },
        {
            "start": 875040082,
            "stop": 875040083
        },
        {
            "start": 875040084,
            "stop": 875040104
        },
        {
            "start": 875040106,
            "stop": 875040113
        },
        {
            "start": 875040114,
            "stop": 875040134
        },
        {
            "start": 875040136,
            "stop": 875040142
        },
        {
            "start": 875040143,
            "stop": 875040145
        },
        {
            "start": 875040146,
            "stop": 875040155
        },
        {
            "start": 875040157,
            "stop": 875040167
        },
        {
            "start": 875040169,
            "stop": 875040177
        },
        {
            "start": 875040179,
            "stop": 875040194
        },
        {
            "start": 875040195,
            "stop": 875040198
        },
        {
            "start": 875040199,
            "stop": 875040205
        },
        {
            "start": 875040206,
            "stop": 875040217
        },
        {
            "start": 875040218,
            "stop": 875040219
        },
        {
            "start": 875040221,
            "stop": 875040222
        },
        {
            "start": 875040223,
            "stop": 875040237
        },
        {
            "start": 875040238,
            "stop": 875040262
        }
    ]
}