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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2981",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2982,
    "results": [
        {
            "start": 861483622,
            "stop": 861484065
        },
        {
            "start": 861484575,
            "stop": 861484661
        },
        {
            "start": 861484995,
            "stop": 861485445
        },
        {
            "start": 861485745,
            "stop": 861485880
        },
        {
            "start": 861485940,
            "stop": 861486259
        },
        {
            "start": 861487285,
            "stop": 861487578
        },
        {
            "start": 861487878,
            "stop": 861489275
        },
        {
            "start": 861490412,
            "stop": 861490620
        },
        {
            "start": 861490680,
            "stop": 861490746
        },
        {
            "start": 861490749,
            "stop": 861492600
        },
        {
            "start": 861492660,
            "stop": 861495053
        },
        {
            "start": 861500240,
            "stop": 861500880
        },
        {
            "start": 861500940,
            "stop": 861501175
        },
        {
            "start": 861501933,
            "stop": 861503442
        },
        {
            "start": 861503445,
            "stop": 861504447
        },
        {
            "start": 861505203,
            "stop": 861514980
        },
        {
            "start": 861515040,
            "stop": 861530264
        },
        {
            "start": 861530445,
            "stop": 861540334
        },
        {
            "start": 861540338,
            "stop": 861544032
        },
        {
            "start": 861544696,
            "stop": 861544740
        }
    ]
}