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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=301",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 302,
    "results": [
        {
            "start": 822824747,
            "stop": 822824755
        },
        {
            "start": 822824758,
            "stop": 822824880
        },
        {
            "start": 822824940,
            "stop": 822825059
        },
        {
            "start": 822825062,
            "stop": 822825120
        },
        {
            "start": 822825420,
            "stop": 822825554
        },
        {
            "start": 822825603,
            "stop": 822825656
        },
        {
            "start": 822825696,
            "stop": 822825741
        },
        {
            "start": 822825744,
            "stop": 822825780
        },
        {
            "start": 822825900,
            "stop": 822825915
        },
        {
            "start": 822825920,
            "stop": 822825979
        },
        {
            "start": 822825988,
            "stop": 822826020
        },
        {
            "start": 822826200,
            "stop": 822826213
        },
        {
            "start": 822826273,
            "stop": 822826295
        },
        {
            "start": 822826308,
            "stop": 822826314
        },
        {
            "start": 822826317,
            "stop": 822826321
        },
        {
            "start": 822826324,
            "stop": 822826343
        },
        {
            "start": 822826346,
            "stop": 822826376
        },
        {
            "start": 822826379,
            "stop": 822826393
        },
        {
            "start": 822826453,
            "stop": 822826474
        },
        {
            "start": 822826477,
            "stop": 822826486
        }
    ]
}