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/H2_BURST_CAT3E/segments?format=api&page=46763
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46764",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46762",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46763,
    "results": [
        {
            "start": 875089426,
            "stop": 875089427
        },
        {
            "start": 875089428,
            "stop": 875089431
        },
        {
            "start": 875089434,
            "stop": 875089443
        },
        {
            "start": 875089444,
            "stop": 875089485
        },
        {
            "start": 875089486,
            "stop": 875089489
        },
        {
            "start": 875089491,
            "stop": 875089505
        },
        {
            "start": 875089506,
            "stop": 875089524
        },
        {
            "start": 875089525,
            "stop": 875089560
        },
        {
            "start": 875089561,
            "stop": 875089563
        },
        {
            "start": 875089565,
            "stop": 875089576
        },
        {
            "start": 875089577,
            "stop": 875089605
        },
        {
            "start": 875089606,
            "stop": 875089613
        },
        {
            "start": 875089614,
            "stop": 875089615
        },
        {
            "start": 875089616,
            "stop": 875089650
        },
        {
            "start": 875089651,
            "stop": 875089661
        },
        {
            "start": 875089663,
            "stop": 875089672
        },
        {
            "start": 875089676,
            "stop": 875089683
        },
        {
            "start": 875089684,
            "stop": 875089704
        },
        {
            "start": 875089705,
            "stop": 875089723
        },
        {
            "start": 875089725,
            "stop": 875089747
        }
    ]
}