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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=270",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 271,
    "results": [
        {
            "start": 931166906,
            "stop": 931166907
        },
        {
            "start": 931166909,
            "stop": 931166911
        },
        {
            "start": 931166912,
            "stop": 931166916
        },
        {
            "start": 931166917,
            "stop": 931166919
        },
        {
            "start": 931166921,
            "stop": 931166923
        },
        {
            "start": 931166924,
            "stop": 931166927
        },
        {
            "start": 931166929,
            "stop": 931166932
        },
        {
            "start": 931166937,
            "stop": 931166940
        },
        {
            "start": 931166941,
            "stop": 931166944
        },
        {
            "start": 931166945,
            "stop": 931166949
        },
        {
            "start": 931166951,
            "stop": 931166961
        },
        {
            "start": 931166962,
            "stop": 931166964
        },
        {
            "start": 931166966,
            "stop": 931166969
        },
        {
            "start": 931166972,
            "stop": 931166973
        },
        {
            "start": 931166976,
            "stop": 931166977
        },
        {
            "start": 931166978,
            "stop": 931166983
        },
        {
            "start": 931166986,
            "stop": 931166988
        },
        {
            "start": 931166989,
            "stop": 931166992
        },
        {
            "start": 931166993,
            "stop": 931166998
        },
        {
            "start": 931166999,
            "stop": 931167000
        }
    ]
}