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=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=303",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 304,
    "results": [
        {
            "start": 931730863,
            "stop": 931730903
        },
        {
            "start": 931730905,
            "stop": 931730908
        },
        {
            "start": 931730910,
            "stop": 931730933
        },
        {
            "start": 931730935,
            "stop": 931730936
        },
        {
            "start": 931730937,
            "stop": 931730949
        },
        {
            "start": 931730951,
            "stop": 931730991
        },
        {
            "start": 931730993,
            "stop": 931731002
        },
        {
            "start": 931731006,
            "stop": 931731009
        },
        {
            "start": 931731012,
            "stop": 931731013
        },
        {
            "start": 931731019,
            "stop": 931731021
        },
        {
            "start": 931731029,
            "stop": 931731040
        },
        {
            "start": 931731042,
            "stop": 931731043
        },
        {
            "start": 931731045,
            "stop": 931731046
        },
        {
            "start": 931731047,
            "stop": 931731048
        },
        {
            "start": 931731050,
            "stop": 931731057
        },
        {
            "start": 931731059,
            "stop": 931731061
        },
        {
            "start": 931731063,
            "stop": 931731067
        },
        {
            "start": 931731073,
            "stop": 931731075
        },
        {
            "start": 931731080,
            "stop": 931731084
        },
        {
            "start": 931731087,
            "stop": 931731108
        }
    ]
}