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=40845
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=40846",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40844",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40845,
    "results": [
        {
            "start": 875046113,
            "stop": 875046128
        },
        {
            "start": 875046131,
            "stop": 875046135
        },
        {
            "start": 875046136,
            "stop": 875046151
        },
        {
            "start": 875046152,
            "stop": 875046161
        },
        {
            "start": 875046162,
            "stop": 875046174
        },
        {
            "start": 875046175,
            "stop": 875046180
        },
        {
            "start": 875046181,
            "stop": 875046184
        },
        {
            "start": 875046186,
            "stop": 875046188
        },
        {
            "start": 875046192,
            "stop": 875046222
        },
        {
            "start": 875046223,
            "stop": 875046227
        },
        {
            "start": 875046229,
            "stop": 875046297
        },
        {
            "start": 875046299,
            "stop": 875046313
        },
        {
            "start": 875046315,
            "stop": 875046322
        },
        {
            "start": 875046323,
            "stop": 875046334
        },
        {
            "start": 875046335,
            "stop": 875046364
        },
        {
            "start": 875046366,
            "stop": 875046376
        },
        {
            "start": 875046378,
            "stop": 875046387
        },
        {
            "start": 875046389,
            "stop": 875046406
        },
        {
            "start": 875046407,
            "stop": 875046413
        },
        {
            "start": 875046415,
            "stop": 875046433
        }
    ]
}