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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=234",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 235,
    "results": [
        {
            "start": 843641247,
            "stop": 843642792
        },
        {
            "start": 843643092,
            "stop": 843643537
        },
        {
            "start": 843643837,
            "stop": 843644409
        },
        {
            "start": 843644709,
            "stop": 843644885
        },
        {
            "start": 843645185,
            "stop": 843656425
        },
        {
            "start": 843656866,
            "stop": 843657818
        },
        {
            "start": 843658111,
            "stop": 843669433
        },
        {
            "start": 843669733,
            "stop": 843673029
        },
        {
            "start": 843673478,
            "stop": 843674145
        },
        {
            "start": 843684379,
            "stop": 843703501
        },
        {
            "start": 843703801,
            "stop": 843704170
        },
        {
            "start": 843704496,
            "stop": 843704746
        },
        {
            "start": 843704856,
            "stop": 843706302
        },
        {
            "start": 843706602,
            "stop": 843709095
        },
        {
            "start": 843709205,
            "stop": 843709436
        },
        {
            "start": 843710086,
            "stop": 843710725
        },
        {
            "start": 843711025,
            "stop": 843721238
        },
        {
            "start": 843722665,
            "stop": 843729098
        },
        {
            "start": 843737393,
            "stop": 843741811
        },
        {
            "start": 843743588,
            "stop": 843744448
        }
    ]
}