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=7132
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=7133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7131",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7132,
    "results": [
        {
            "start": 874318591,
            "stop": 874318620
        },
        {
            "start": 874318621,
            "stop": 874318810
        },
        {
            "start": 874318811,
            "stop": 874318894
        },
        {
            "start": 874318895,
            "stop": 874319121
        },
        {
            "start": 874319122,
            "stop": 874319211
        },
        {
            "start": 874319212,
            "stop": 874319273
        },
        {
            "start": 874319274,
            "stop": 874319703
        },
        {
            "start": 874319704,
            "stop": 874320030
        },
        {
            "start": 874320031,
            "stop": 874320745
        },
        {
            "start": 874320747,
            "stop": 874320841
        },
        {
            "start": 874320842,
            "stop": 874321027
        },
        {
            "start": 874321028,
            "stop": 874321177
        },
        {
            "start": 874321178,
            "stop": 874321195
        },
        {
            "start": 874321196,
            "stop": 874321698
        },
        {
            "start": 874321699,
            "stop": 874322059
        },
        {
            "start": 874322060,
            "stop": 874322681
        },
        {
            "start": 874322682,
            "stop": 874322699
        },
        {
            "start": 874322700,
            "stop": 874322834
        },
        {
            "start": 874322835,
            "stop": 874322885
        },
        {
            "start": 874322887,
            "stop": 874323328
        }
    ]
}