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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=297",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 298,
    "results": [
        {
            "start": 822800690,
            "stop": 822800698
        },
        {
            "start": 822800702,
            "stop": 822800709
        },
        {
            "start": 822800712,
            "stop": 822800715
        },
        {
            "start": 822800786,
            "stop": 822800840
        },
        {
            "start": 822800948,
            "stop": 822801073
        },
        {
            "start": 822801076,
            "stop": 822801153
        },
        {
            "start": 822801157,
            "stop": 822801334
        },
        {
            "start": 822801337,
            "stop": 822801913
        },
        {
            "start": 822801974,
            "stop": 822803023
        },
        {
            "start": 822803027,
            "stop": 822803550
        },
        {
            "start": 822803553,
            "stop": 822803811
        },
        {
            "start": 822803814,
            "stop": 822804444
        },
        {
            "start": 822804489,
            "stop": 822804832
        },
        {
            "start": 822804835,
            "stop": 822804877
        },
        {
            "start": 822805177,
            "stop": 822805194
        },
        {
            "start": 822805198,
            "stop": 822805474
        },
        {
            "start": 822805477,
            "stop": 822805625
        },
        {
            "start": 822805628,
            "stop": 822805629
        },
        {
            "start": 822805632,
            "stop": 822805716
        },
        {
            "start": 822805725,
            "stop": 822805753
        }
    ]
}