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/S6/timelines/L1_BURST_CAT2/segments?format=api&page=92
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=91",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 92,
    "results": [
        {
            "start": 931507207,
            "stop": 931507264
        },
        {
            "start": 931507270,
            "stop": 931507278
        },
        {
            "start": 931507281,
            "stop": 931507298
        },
        {
            "start": 931507301,
            "stop": 931507327
        },
        {
            "start": 931507330,
            "stop": 931507349
        },
        {
            "start": 931507352,
            "stop": 931507359
        },
        {
            "start": 931507363,
            "stop": 931507390
        },
        {
            "start": 931507393,
            "stop": 931507396
        },
        {
            "start": 931507399,
            "stop": 931507422
        },
        {
            "start": 931507425,
            "stop": 931507475
        },
        {
            "start": 931507478,
            "stop": 931507488
        },
        {
            "start": 931507491,
            "stop": 931507505
        },
        {
            "start": 931507508,
            "stop": 931507509
        },
        {
            "start": 931507512,
            "stop": 931507515
        },
        {
            "start": 931507518,
            "stop": 931507531
        },
        {
            "start": 931507534,
            "stop": 931507552
        },
        {
            "start": 931507557,
            "stop": 931507562
        },
        {
            "start": 931507565,
            "stop": 931507566
        },
        {
            "start": 931507569,
            "stop": 931507599
        },
        {
            "start": 931507601,
            "stop": 931507610
        }
    ]
}