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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=323",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 324,
    "results": [
        {
            "start": 847705340,
            "stop": 847705488
        },
        {
            "start": 847705489,
            "stop": 847705546
        },
        {
            "start": 847705548,
            "stop": 847705549
        },
        {
            "start": 847705550,
            "stop": 847705581
        },
        {
            "start": 847705582,
            "stop": 847705591
        },
        {
            "start": 847705593,
            "stop": 847705653
        },
        {
            "start": 847705654,
            "stop": 847705662
        },
        {
            "start": 847705663,
            "stop": 847705720
        },
        {
            "start": 847705721,
            "stop": 847705799
        },
        {
            "start": 847705801,
            "stop": 847705802
        },
        {
            "start": 847705803,
            "stop": 847705827
        },
        {
            "start": 847705828,
            "stop": 847705847
        },
        {
            "start": 847705849,
            "stop": 847705890
        },
        {
            "start": 847705891,
            "stop": 847705913
        },
        {
            "start": 847705914,
            "stop": 847705933
        },
        {
            "start": 847705934,
            "stop": 847705955
        },
        {
            "start": 847705956,
            "stop": 847705958
        },
        {
            "start": 847705959,
            "stop": 847705975
        },
        {
            "start": 847705976,
            "stop": 847705997
        },
        {
            "start": 847705998,
            "stop": 847706001
        }
    ]
}