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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=314",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 315,
    "results": [
        {
            "start": 931566053,
            "stop": 931566054
        },
        {
            "start": 931566055,
            "stop": 931566065
        },
        {
            "start": 931566066,
            "stop": 931566086
        },
        {
            "start": 931566088,
            "stop": 931566102
        },
        {
            "start": 931566103,
            "stop": 931566119
        },
        {
            "start": 931566121,
            "stop": 931566131
        },
        {
            "start": 931566134,
            "stop": 931566153
        },
        {
            "start": 931566156,
            "stop": 931566185
        },
        {
            "start": 931566188,
            "stop": 931566195
        },
        {
            "start": 931566199,
            "stop": 931566200
        },
        {
            "start": 931566203,
            "stop": 931566205
        },
        {
            "start": 931566208,
            "stop": 931566217
        },
        {
            "start": 931566220,
            "stop": 931566222
        },
        {
            "start": 931566227,
            "stop": 931566229
        },
        {
            "start": 931566232,
            "stop": 931566243
        },
        {
            "start": 931566246,
            "stop": 931566247
        },
        {
            "start": 931566253,
            "stop": 931566270
        },
        {
            "start": 931566272,
            "stop": 931566275
        },
        {
            "start": 931566278,
            "stop": 931566289
        },
        {
            "start": 931566294,
            "stop": 931566314
        }
    ]
}