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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1665",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1663",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1664,
    "results": [
        {
            "start": 1248415627,
            "stop": 1248417116
        },
        {
            "start": 1248417119,
            "stop": 1248417225
        },
        {
            "start": 1248417228,
            "stop": 1248417984
        },
        {
            "start": 1248417987,
            "stop": 1248420539
        },
        {
            "start": 1248420542,
            "stop": 1248422910
        },
        {
            "start": 1248422913,
            "stop": 1248424414
        },
        {
            "start": 1248424417,
            "stop": 1248426774
        },
        {
            "start": 1248426776,
            "stop": 1248428214
        },
        {
            "start": 1248435935,
            "stop": 1248436790
        },
        {
            "start": 1248436793,
            "stop": 1248437982
        },
        {
            "start": 1248437985,
            "stop": 1248438880
        },
        {
            "start": 1248438888,
            "stop": 1248441258
        },
        {
            "start": 1248441261,
            "stop": 1248441318
        },
        {
            "start": 1248441326,
            "stop": 1248442346
        },
        {
            "start": 1248442356,
            "stop": 1248442364
        },
        {
            "start": 1248442365,
            "stop": 1248442368
        },
        {
            "start": 1248442374,
            "stop": 1248442375
        },
        {
            "start": 1248442379,
            "stop": 1248443681
        },
        {
            "start": 1248443684,
            "stop": 1248444251
        },
        {
            "start": 1248444254,
            "stop": 1248445291
        }
    ]
}