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=7049
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=7050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7048",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7049,
    "results": [
        {
            "start": 873942366,
            "stop": 873942816
        },
        {
            "start": 873942817,
            "stop": 873943232
        },
        {
            "start": 873943233,
            "stop": 873943333
        },
        {
            "start": 873943334,
            "stop": 873943457
        },
        {
            "start": 873943459,
            "stop": 873943627
        },
        {
            "start": 873943628,
            "stop": 873943654
        },
        {
            "start": 873943655,
            "stop": 873943872
        },
        {
            "start": 873943873,
            "stop": 873943952
        },
        {
            "start": 873943953,
            "stop": 873944088
        },
        {
            "start": 873944090,
            "stop": 873944131
        },
        {
            "start": 873944132,
            "stop": 873944174
        },
        {
            "start": 873944176,
            "stop": 873944454
        },
        {
            "start": 873944455,
            "stop": 873944696
        },
        {
            "start": 873944697,
            "stop": 873945018
        },
        {
            "start": 873945019,
            "stop": 873945455
        },
        {
            "start": 873945456,
            "stop": 873945599
        },
        {
            "start": 873945601,
            "stop": 873945700
        },
        {
            "start": 873945701,
            "stop": 873945975
        },
        {
            "start": 873947068,
            "stop": 873947222
        },
        {
            "start": 873947223,
            "stop": 873947427
        }
    ]
}