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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=265",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 266,
    "results": [
        {
            "start": 846641486,
            "stop": 846641626
        },
        {
            "start": 846647923,
            "stop": 846675026
        },
        {
            "start": 846675351,
            "stop": 846675562
        },
        {
            "start": 846675862,
            "stop": 846683961
        },
        {
            "start": 846683963,
            "stop": 846689897
        },
        {
            "start": 846690275,
            "stop": 846691519
        },
        {
            "start": 846691521,
            "stop": 846691525
        },
        {
            "start": 846691526,
            "stop": 846691533
        },
        {
            "start": 846691537,
            "stop": 846691551
        },
        {
            "start": 846691553,
            "stop": 846691563
        },
        {
            "start": 846691564,
            "stop": 846691566
        },
        {
            "start": 846691568,
            "stop": 846692335
        },
        {
            "start": 846692856,
            "stop": 846698861
        },
        {
            "start": 846699263,
            "stop": 846702804
        },
        {
            "start": 846702806,
            "stop": 846703243
        },
        {
            "start": 846703244,
            "stop": 846703306
        },
        {
            "start": 846703887,
            "stop": 846746041
        },
        {
            "start": 846746044,
            "stop": 846746052
        },
        {
            "start": 846746162,
            "stop": 846746179
        },
        {
            "start": 846746479,
            "stop": 846746931
        }
    ]
}