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=40985
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=40986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40984",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40985,
    "results": [
        {
            "start": 875141021,
            "stop": 875141037
        },
        {
            "start": 875141039,
            "stop": 875141043
        },
        {
            "start": 875141044,
            "stop": 875141063
        },
        {
            "start": 875141066,
            "stop": 875141084
        },
        {
            "start": 875141085,
            "stop": 875141130
        },
        {
            "start": 875141131,
            "stop": 875141151
        },
        {
            "start": 875141152,
            "stop": 875141169
        },
        {
            "start": 875141170,
            "stop": 875141171
        },
        {
            "start": 875141172,
            "stop": 875141254
        },
        {
            "start": 875141257,
            "stop": 875141275
        },
        {
            "start": 875141277,
            "stop": 875141361
        },
        {
            "start": 875141363,
            "stop": 875141381
        },
        {
            "start": 875141382,
            "stop": 875141450
        },
        {
            "start": 875141451,
            "stop": 875141467
        },
        {
            "start": 875141469,
            "stop": 875141488
        },
        {
            "start": 875141490,
            "stop": 875141520
        },
        {
            "start": 875141640,
            "stop": 875141680
        },
        {
            "start": 875141682,
            "stop": 875141723
        },
        {
            "start": 875141724,
            "stop": 875141763
        },
        {
            "start": 875141764,
            "stop": 875141776
        }
    ]
}