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=40693
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=40694",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40692",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40693,
    "results": [
        {
            "start": 874936482,
            "stop": 874936486
        },
        {
            "start": 874936488,
            "stop": 874936492
        },
        {
            "start": 874936493,
            "stop": 874936497
        },
        {
            "start": 874936498,
            "stop": 874936502
        },
        {
            "start": 874936504,
            "stop": 874936508
        },
        {
            "start": 874936509,
            "stop": 874936513
        },
        {
            "start": 874936514,
            "stop": 874936518
        },
        {
            "start": 874936520,
            "stop": 874936524
        },
        {
            "start": 874936525,
            "stop": 874936529
        },
        {
            "start": 874936530,
            "stop": 874936534
        },
        {
            "start": 874936536,
            "stop": 874936540
        },
        {
            "start": 874936541,
            "stop": 874936545
        },
        {
            "start": 874936546,
            "stop": 874936550
        },
        {
            "start": 874936552,
            "stop": 874936556
        },
        {
            "start": 874936557,
            "stop": 874936561
        },
        {
            "start": 874936562,
            "stop": 874936632
        },
        {
            "start": 874936633,
            "stop": 874936665
        },
        {
            "start": 874936666,
            "stop": 874936698
        },
        {
            "start": 874936699,
            "stop": 874936711
        },
        {
            "start": 874936712,
            "stop": 874936753
        }
    ]
}