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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=349",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 350,
    "results": [
        {
            "start": 824832862,
            "stop": 824832892
        },
        {
            "start": 824832895,
            "stop": 824832904
        },
        {
            "start": 824832907,
            "stop": 824832971
        },
        {
            "start": 824832974,
            "stop": 824833068
        },
        {
            "start": 824833071,
            "stop": 824833091
        },
        {
            "start": 824833391,
            "stop": 824833962
        },
        {
            "start": 824833965,
            "stop": 824834062
        },
        {
            "start": 824834065,
            "stop": 824836057
        },
        {
            "start": 824836063,
            "stop": 824836080
        },
        {
            "start": 824836140,
            "stop": 824836180
        },
        {
            "start": 824836185,
            "stop": 824837230
        },
        {
            "start": 824837233,
            "stop": 824837893
        },
        {
            "start": 824838318,
            "stop": 824839860
        },
        {
            "start": 824839920,
            "stop": 824842055
        },
        {
            "start": 824842442,
            "stop": 824843995
        },
        {
            "start": 824843998,
            "stop": 824844019
        },
        {
            "start": 824844022,
            "stop": 824844044
        },
        {
            "start": 824844047,
            "stop": 824844133
        },
        {
            "start": 824844136,
            "stop": 824844151
        },
        {
            "start": 824844154,
            "stop": 824844199
        }
    ]
}