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=7014
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=7015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7013",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7014,
    "results": [
        {
            "start": 873774529,
            "stop": 873774735
        },
        {
            "start": 873774736,
            "stop": 873775064
        },
        {
            "start": 873775066,
            "stop": 873775248
        },
        {
            "start": 873775250,
            "stop": 873775386
        },
        {
            "start": 873775388,
            "stop": 873775460
        },
        {
            "start": 873775461,
            "stop": 873775621
        },
        {
            "start": 873775622,
            "stop": 873775788
        },
        {
            "start": 873775790,
            "stop": 873775870
        },
        {
            "start": 873775875,
            "stop": 873775925
        },
        {
            "start": 873775926,
            "stop": 873776532
        },
        {
            "start": 873776533,
            "stop": 873776535
        },
        {
            "start": 873776536,
            "stop": 873776972
        },
        {
            "start": 873776973,
            "stop": 873777343
        },
        {
            "start": 873777344,
            "stop": 873777401
        },
        {
            "start": 873777402,
            "stop": 873777646
        },
        {
            "start": 873777647,
            "stop": 873777709
        },
        {
            "start": 873777710,
            "stop": 873778115
        },
        {
            "start": 873778116,
            "stop": 873778158
        },
        {
            "start": 873778160,
            "stop": 873778210
        },
        {
            "start": 873778211,
            "stop": 873778250
        }
    ]
}