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=40547
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=40548",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40546",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40547,
    "results": [
        {
            "start": 874826376,
            "stop": 874826440
        },
        {
            "start": 874826441,
            "stop": 874826464
        },
        {
            "start": 874826465,
            "stop": 874826541
        },
        {
            "start": 874826543,
            "stop": 874826557
        },
        {
            "start": 874826558,
            "stop": 874826627
        },
        {
            "start": 874826628,
            "stop": 874826632
        },
        {
            "start": 874826633,
            "stop": 874826850
        },
        {
            "start": 874826852,
            "stop": 874826860
        },
        {
            "start": 874826861,
            "stop": 874826902
        },
        {
            "start": 874826904,
            "stop": 874827144
        },
        {
            "start": 874827145,
            "stop": 874827155
        },
        {
            "start": 874827156,
            "stop": 874827185
        },
        {
            "start": 874827186,
            "stop": 874827191
        },
        {
            "start": 874827193,
            "stop": 874827218
        },
        {
            "start": 874827219,
            "stop": 874827229
        },
        {
            "start": 874827231,
            "stop": 874827262
        },
        {
            "start": 874827264,
            "stop": 874827294
        },
        {
            "start": 874827295,
            "stop": 874827314
        },
        {
            "start": 874827315,
            "stop": 874827429
        },
        {
            "start": 874827430,
            "stop": 874827442
        }
    ]
}