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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=94",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 95,
    "results": [
        {
            "start": 1407519219,
            "stop": 1407524421
        },
        {
            "start": 1407541388,
            "stop": 1407544214
        },
        {
            "start": 1407544216,
            "stop": 1407555600
        },
        {
            "start": 1407555601,
            "stop": 1407570671
        },
        {
            "start": 1407570675,
            "stop": 1407570904
        },
        {
            "start": 1407570905,
            "stop": 1407576343
        },
        {
            "start": 1407576347,
            "stop": 1407589474
        },
        {
            "start": 1407622595,
            "stop": 1407647568
        },
        {
            "start": 1407647571,
            "stop": 1407652486
        },
        {
            "start": 1407652490,
            "stop": 1407658596
        },
        {
            "start": 1407658601,
            "stop": 1407675457
        },
        {
            "start": 1407675800,
            "stop": 1407679472
        },
        {
            "start": 1407679475,
            "stop": 1407697314
        },
        {
            "start": 1407711538,
            "stop": 1407712074
        },
        {
            "start": 1407712077,
            "stop": 1407718695
        },
        {
            "start": 1407718698,
            "stop": 1407727837
        },
        {
            "start": 1407727841,
            "stop": 1407729810
        },
        {
            "start": 1407729814,
            "stop": 1407752281
        },
        {
            "start": 1407755515,
            "stop": 1407767518
        },
        {
            "start": 1407768958,
            "stop": 1407769118
        }
    ]
}