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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=282",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 283,
    "results": [
        {
            "start": 822603962,
            "stop": 822604583
        },
        {
            "start": 822604586,
            "stop": 822605148
        },
        {
            "start": 822605448,
            "stop": 822606516
        },
        {
            "start": 822606672,
            "stop": 822608757
        },
        {
            "start": 822608760,
            "stop": 822609052
        },
        {
            "start": 822609056,
            "stop": 822609230
        },
        {
            "start": 822609233,
            "stop": 822609782
        },
        {
            "start": 822609785,
            "stop": 822610139
        },
        {
            "start": 822610439,
            "stop": 822611960
        },
        {
            "start": 822613496,
            "stop": 822614593
        },
        {
            "start": 822614865,
            "stop": 822616575
        },
        {
            "start": 822616578,
            "stop": 822616604
        },
        {
            "start": 822616608,
            "stop": 822616984
        },
        {
            "start": 822616987,
            "stop": 822617378
        },
        {
            "start": 822617381,
            "stop": 822617533
        },
        {
            "start": 822617618,
            "stop": 822618403
        },
        {
            "start": 822618406,
            "stop": 822618658
        },
        {
            "start": 822618661,
            "stop": 822618771
        },
        {
            "start": 822618774,
            "stop": 822618956
        },
        {
            "start": 822618959,
            "stop": 822618977
        }
    ]
}