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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=214",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 215,
    "results": [
        {
            "start": 841044607,
            "stop": 841046769
        },
        {
            "start": 841047896,
            "stop": 841050468
        },
        {
            "start": 841052096,
            "stop": 841053589
        },
        {
            "start": 841054634,
            "stop": 841060775
        },
        {
            "start": 841060777,
            "stop": 841063347
        },
        {
            "start": 841063958,
            "stop": 841066842
        },
        {
            "start": 841066844,
            "stop": 841066873
        },
        {
            "start": 841066897,
            "stop": 841066898
        },
        {
            "start": 841067783,
            "stop": 841068474
        },
        {
            "start": 841072985,
            "stop": 841073001
        },
        {
            "start": 841077140,
            "stop": 841077202
        },
        {
            "start": 841077786,
            "stop": 841077826
        },
        {
            "start": 841079312,
            "stop": 841079893
        },
        {
            "start": 841079960,
            "stop": 841082250
        },
        {
            "start": 841082252,
            "stop": 841084422
        },
        {
            "start": 841084424,
            "stop": 841084446
        },
        {
            "start": 841089475,
            "stop": 841091173
        },
        {
            "start": 841091238,
            "stop": 841093730
        },
        {
            "start": 841093732,
            "stop": 841093963
        },
        {
            "start": 841093965,
            "stop": 841094259
        }
    ]
}