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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=65",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 66,
    "results": [
        {
            "start": 822639913,
            "stop": 822640585
        },
        {
            "start": 822640749,
            "stop": 822641653
        },
        {
            "start": 822641689,
            "stop": 822641690
        },
        {
            "start": 822641757,
            "stop": 822651045
        },
        {
            "start": 822651394,
            "stop": 822651433
        },
        {
            "start": 822651467,
            "stop": 822651468
        },
        {
            "start": 822651562,
            "stop": 822654021
        },
        {
            "start": 822654321,
            "stop": 822664729
        },
        {
            "start": 822665221,
            "stop": 822665888
        },
        {
            "start": 822665992,
            "stop": 822666011
        },
        {
            "start": 822666044,
            "stop": 822666073
        },
        {
            "start": 822666105,
            "stop": 822666106
        },
        {
            "start": 822666136,
            "stop": 822666180
        },
        {
            "start": 822666212,
            "stop": 822666307
        },
        {
            "start": 822666417,
            "stop": 822666472
        },
        {
            "start": 822666511,
            "stop": 822666613
        },
        {
            "start": 822666640,
            "stop": 822666642
        },
        {
            "start": 822666680,
            "stop": 822666710
        },
        {
            "start": 822667010,
            "stop": 822667098
        },
        {
            "start": 822667398,
            "stop": 822667499
        }
    ]
}