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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6485",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6483",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6484,
    "results": [
        {
            "start": 874105290,
            "stop": 874105433
        },
        {
            "start": 874105434,
            "stop": 874105658
        },
        {
            "start": 874105659,
            "stop": 874105740
        },
        {
            "start": 874105742,
            "stop": 874106038
        },
        {
            "start": 874106039,
            "stop": 874106120
        },
        {
            "start": 874106121,
            "stop": 874106171
        },
        {
            "start": 874106172,
            "stop": 874106356
        },
        {
            "start": 874106358,
            "stop": 874106544
        },
        {
            "start": 874106545,
            "stop": 874106548
        },
        {
            "start": 874106549,
            "stop": 874106678
        },
        {
            "start": 874106679,
            "stop": 874106801
        },
        {
            "start": 874106803,
            "stop": 874106993
        },
        {
            "start": 874106994,
            "stop": 874107062
        },
        {
            "start": 874107064,
            "stop": 874107275
        },
        {
            "start": 874107276,
            "stop": 874107706
        },
        {
            "start": 874107707,
            "stop": 874107752
        },
        {
            "start": 874107753,
            "stop": 874107839
        },
        {
            "start": 874107840,
            "stop": 874108046
        },
        {
            "start": 874108047,
            "stop": 874108143
        },
        {
            "start": 874108144,
            "stop": 874108185
        }
    ]
}