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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=169",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 170,
    "results": [
        {
            "start": 931443217,
            "stop": 931443259
        },
        {
            "start": 931443262,
            "stop": 931443292
        },
        {
            "start": 931443293,
            "stop": 931443411
        },
        {
            "start": 931446557,
            "stop": 931446616
        },
        {
            "start": 931446617,
            "stop": 931446937
        },
        {
            "start": 931446939,
            "stop": 931447018
        },
        {
            "start": 931447019,
            "stop": 931447038
        },
        {
            "start": 931447039,
            "stop": 931447054
        },
        {
            "start": 931447055,
            "stop": 931447096
        },
        {
            "start": 931447097,
            "stop": 931447101
        },
        {
            "start": 931447102,
            "stop": 931447130
        },
        {
            "start": 931447132,
            "stop": 931447184
        },
        {
            "start": 931447185,
            "stop": 931447191
        },
        {
            "start": 931447192,
            "stop": 931447216
        },
        {
            "start": 931447217,
            "stop": 931447236
        },
        {
            "start": 931447239,
            "stop": 931447263
        },
        {
            "start": 931447264,
            "stop": 931447312
        },
        {
            "start": 931447314,
            "stop": 931447361
        },
        {
            "start": 931447362,
            "stop": 931447389
        },
        {
            "start": 931447391,
            "stop": 931447392
        }
    ]
}