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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=245",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 246,
    "results": [
        {
            "start": 820928043,
            "stop": 820928281
        },
        {
            "start": 820928284,
            "stop": 820928444
        },
        {
            "start": 820928447,
            "stop": 820928532
        },
        {
            "start": 820928536,
            "stop": 820928828
        },
        {
            "start": 820928832,
            "stop": 820929026
        },
        {
            "start": 820929029,
            "stop": 820929130
        },
        {
            "start": 820929133,
            "stop": 820929172
        },
        {
            "start": 820929175,
            "stop": 820929226
        },
        {
            "start": 820929229,
            "stop": 820929232
        },
        {
            "start": 820929235,
            "stop": 820929309
        },
        {
            "start": 820929312,
            "stop": 820929314
        },
        {
            "start": 820929317,
            "stop": 820929344
        },
        {
            "start": 820929525,
            "stop": 820929600
        },
        {
            "start": 820929603,
            "stop": 820929617
        },
        {
            "start": 820929620,
            "stop": 820929675
        },
        {
            "start": 820929678,
            "stop": 820929764
        },
        {
            "start": 820930065,
            "stop": 820930096
        },
        {
            "start": 820930099,
            "stop": 820930199
        },
        {
            "start": 820930202,
            "stop": 820930219
        },
        {
            "start": 820930223,
            "stop": 820930228
        }
    ]
}