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=40755
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=40756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40754",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40755,
    "results": [
        {
            "start": 874974737,
            "stop": 874974779
        },
        {
            "start": 874974780,
            "stop": 874974870
        },
        {
            "start": 874974871,
            "stop": 874974874
        },
        {
            "start": 874974876,
            "stop": 874974889
        },
        {
            "start": 874974890,
            "stop": 874974898
        },
        {
            "start": 874974900,
            "stop": 874974943
        },
        {
            "start": 874974944,
            "stop": 874974962
        },
        {
            "start": 874974963,
            "stop": 874974970
        },
        {
            "start": 874974971,
            "stop": 874975055
        },
        {
            "start": 874975056,
            "stop": 874975080
        },
        {
            "start": 874975081,
            "stop": 874975098
        },
        {
            "start": 874975099,
            "stop": 874975120
        },
        {
            "start": 874975121,
            "stop": 874975140
        },
        {
            "start": 874975142,
            "stop": 874975168
        },
        {
            "start": 874975170,
            "stop": 874975198
        },
        {
            "start": 874975199,
            "stop": 874975202
        },
        {
            "start": 874975204,
            "stop": 874975222
        },
        {
            "start": 874975223,
            "stop": 874975247
        },
        {
            "start": 874975248,
            "stop": 874975260
        },
        {
            "start": 874975320,
            "stop": 874975323
        }
    ]
}