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=40817
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=40818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40816",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40817,
    "results": [
        {
            "start": 875032979,
            "stop": 875032980
        },
        {
            "start": 875032981,
            "stop": 875032997
        },
        {
            "start": 875032998,
            "stop": 875033011
        },
        {
            "start": 875033013,
            "stop": 875033036
        },
        {
            "start": 875033037,
            "stop": 875033040
        },
        {
            "start": 875033041,
            "stop": 875033045
        },
        {
            "start": 875033046,
            "stop": 875033053
        },
        {
            "start": 875033055,
            "stop": 875033061
        },
        {
            "start": 875033063,
            "stop": 875033083
        },
        {
            "start": 875033084,
            "stop": 875033101
        },
        {
            "start": 875033102,
            "stop": 875033103
        },
        {
            "start": 875033105,
            "stop": 875033149
        },
        {
            "start": 875033151,
            "stop": 875033154
        },
        {
            "start": 875033155,
            "stop": 875033190
        },
        {
            "start": 875033191,
            "stop": 875033193
        },
        {
            "start": 875033194,
            "stop": 875033204
        },
        {
            "start": 875033205,
            "stop": 875033209
        },
        {
            "start": 875033211,
            "stop": 875033226
        },
        {
            "start": 875033227,
            "stop": 875033246
        },
        {
            "start": 875033248,
            "stop": 875033252
        }
    ]
}