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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=443",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=441",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 442,
    "results": [
        {
            "start": 944447331,
            "stop": 944447378
        },
        {
            "start": 944447381,
            "stop": 944447382
        },
        {
            "start": 944447386,
            "stop": 944447428
        },
        {
            "start": 944447430,
            "stop": 944447434
        },
        {
            "start": 944447441,
            "stop": 944447690
        },
        {
            "start": 944447694,
            "stop": 944447716
        },
        {
            "start": 944447721,
            "stop": 944447944
        },
        {
            "start": 944454060,
            "stop": 944456103
        },
        {
            "start": 944456837,
            "stop": 944465149
        },
        {
            "start": 944468039,
            "stop": 944470680
        },
        {
            "start": 944470683,
            "stop": 944470696
        },
        {
            "start": 944470699,
            "stop": 944474773
        },
        {
            "start": 944478280,
            "stop": 944493687
        },
        {
            "start": 944493689,
            "stop": 944493865
        },
        {
            "start": 944493866,
            "stop": 944493869
        },
        {
            "start": 944493871,
            "stop": 944493951
        },
        {
            "start": 944496027,
            "stop": 944497382
        },
        {
            "start": 944500631,
            "stop": 944502194
        },
        {
            "start": 944505477,
            "stop": 944508911
        },
        {
            "start": 944536113,
            "stop": 944538750
        }
    ]
}