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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=136",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 137,
    "results": [
        {
            "start": 831553077,
            "stop": 831567626
        },
        {
            "start": 831568044,
            "stop": 831569409
        },
        {
            "start": 831570263,
            "stop": 831582322
        },
        {
            "start": 831585823,
            "stop": 831588633
        },
        {
            "start": 831588933,
            "stop": 831589996
        },
        {
            "start": 831589998,
            "stop": 831590456
        },
        {
            "start": 831599572,
            "stop": 831609915
        },
        {
            "start": 831614684,
            "stop": 831616666
        },
        {
            "start": 831617588,
            "stop": 831621193
        },
        {
            "start": 831622233,
            "stop": 831629835
        },
        {
            "start": 831629837,
            "stop": 831630833
        },
        {
            "start": 831631133,
            "stop": 831655153
        },
        {
            "start": 831655176,
            "stop": 831655177
        },
        {
            "start": 831655447,
            "stop": 831655537
        },
        {
            "start": 831655538,
            "stop": 831669031
        },
        {
            "start": 831669738,
            "stop": 831673873
        },
        {
            "start": 831674432,
            "stop": 831688677
        },
        {
            "start": 831691924,
            "stop": 831692102
        },
        {
            "start": 831692113,
            "stop": 831695872
        },
        {
            "start": 831699245,
            "stop": 831699253
        }
    ]
}