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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=291",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 292,
    "results": [
        {
            "start": 822666065,
            "stop": 822666073
        },
        {
            "start": 822666136,
            "stop": 822666179
        },
        {
            "start": 822666212,
            "stop": 822666223
        },
        {
            "start": 822666232,
            "stop": 822666285
        },
        {
            "start": 822666289,
            "stop": 822666306
        },
        {
            "start": 822666426,
            "stop": 822666442
        },
        {
            "start": 822666458,
            "stop": 822666468
        },
        {
            "start": 822666511,
            "stop": 822666556
        },
        {
            "start": 822666560,
            "stop": 822666569
        },
        {
            "start": 822666606,
            "stop": 822666613
        },
        {
            "start": 822666640,
            "stop": 822666641
        },
        {
            "start": 822666680,
            "stop": 822666710
        },
        {
            "start": 822667011,
            "stop": 822667017
        },
        {
            "start": 822667021,
            "stop": 822667071
        },
        {
            "start": 822667075,
            "stop": 822667092
        },
        {
            "start": 822667096,
            "stop": 822667098
        },
        {
            "start": 822667398,
            "stop": 822667401
        },
        {
            "start": 822667405,
            "stop": 822667498
        },
        {
            "start": 822667539,
            "stop": 822667597
        },
        {
            "start": 822667741,
            "stop": 822667743
        }
    ]
}