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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40901",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40902,
    "results": [
        {
            "start": 875089222,
            "stop": 875089235
        },
        {
            "start": 875089237,
            "stop": 875089269
        },
        {
            "start": 875089270,
            "stop": 875089276
        },
        {
            "start": 875089279,
            "stop": 875089300
        },
        {
            "start": 875089301,
            "stop": 875089320
        },
        {
            "start": 875089322,
            "stop": 875089328
        },
        {
            "start": 875089330,
            "stop": 875089427
        },
        {
            "start": 875089428,
            "stop": 875089485
        },
        {
            "start": 875089486,
            "stop": 875089514
        },
        {
            "start": 875089515,
            "stop": 875089521
        },
        {
            "start": 875089522,
            "stop": 875089576
        },
        {
            "start": 875089577,
            "stop": 875089621
        },
        {
            "start": 875089622,
            "stop": 875089633
        },
        {
            "start": 875089634,
            "stop": 875089650
        },
        {
            "start": 875089651,
            "stop": 875089661
        },
        {
            "start": 875089663,
            "stop": 875089683
        },
        {
            "start": 875089684,
            "stop": 875089704
        },
        {
            "start": 875089705,
            "stop": 875089807
        },
        {
            "start": 875089808,
            "stop": 875089854
        },
        {
            "start": 875089855,
            "stop": 875089896
        }
    ]
}