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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=200",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 201,
    "results": [
        {
            "start": 839279647,
            "stop": 839279654
        },
        {
            "start": 839279657,
            "stop": 839280525
        },
        {
            "start": 839280527,
            "stop": 839280547
        },
        {
            "start": 839280548,
            "stop": 839280602
        },
        {
            "start": 839280603,
            "stop": 839284673
        },
        {
            "start": 839286073,
            "stop": 839286346
        },
        {
            "start": 839286347,
            "stop": 839286368
        },
        {
            "start": 839286369,
            "stop": 839286396
        },
        {
            "start": 839286397,
            "stop": 839296484
        },
        {
            "start": 839296487,
            "stop": 839296620
        },
        {
            "start": 839299415,
            "stop": 839299570
        },
        {
            "start": 839301258,
            "stop": 839301703
        },
        {
            "start": 839301706,
            "stop": 839302117
        },
        {
            "start": 839302417,
            "stop": 839302761
        },
        {
            "start": 839302763,
            "stop": 839302870
        },
        {
            "start": 839302872,
            "stop": 839302877
        },
        {
            "start": 839302880,
            "stop": 839302881
        },
        {
            "start": 839302882,
            "stop": 839302887
        },
        {
            "start": 839302889,
            "stop": 839303035
        },
        {
            "start": 839303037,
            "stop": 839303124
        }
    ]
}