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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3519",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3517",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3518,
    "results": [
        {
            "start": 970146859,
            "stop": 970147805
        },
        {
            "start": 970147806,
            "stop": 970148861
        },
        {
            "start": 970148867,
            "stop": 970149591
        },
        {
            "start": 970149592,
            "stop": 970150016
        },
        {
            "start": 970150019,
            "stop": 970150178
        },
        {
            "start": 970150181,
            "stop": 970150192
        },
        {
            "start": 970150195,
            "stop": 970150242
        },
        {
            "start": 970150245,
            "stop": 970150340
        },
        {
            "start": 970150346,
            "stop": 970151131
        },
        {
            "start": 970151134,
            "stop": 970151271
        },
        {
            "start": 970151285,
            "stop": 970151557
        },
        {
            "start": 970151558,
            "stop": 970151682
        },
        {
            "start": 970151688,
            "stop": 970153202
        },
        {
            "start": 970153208,
            "stop": 970153227
        },
        {
            "start": 970153233,
            "stop": 970153402
        },
        {
            "start": 970153405,
            "stop": 970153456
        },
        {
            "start": 970153457,
            "stop": 970153762
        },
        {
            "start": 970153770,
            "stop": 970153774
        },
        {
            "start": 970153786,
            "stop": 970153787
        },
        {
            "start": 970153793,
            "stop": 970153794
        }
    ]
}