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=40885
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=40886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40884",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40885,
    "results": [
        {
            "start": 875069372,
            "stop": 875069405
        },
        {
            "start": 875069406,
            "stop": 875069417
        },
        {
            "start": 875069418,
            "stop": 875069448
        },
        {
            "start": 875069449,
            "stop": 875069468
        },
        {
            "start": 875069470,
            "stop": 875069508
        },
        {
            "start": 875069509,
            "stop": 875069533
        },
        {
            "start": 875069534,
            "stop": 875069553
        },
        {
            "start": 875069555,
            "stop": 875069575
        },
        {
            "start": 875069576,
            "stop": 875069584
        },
        {
            "start": 875069585,
            "stop": 875069591
        },
        {
            "start": 875069592,
            "stop": 875069635
        },
        {
            "start": 875069636,
            "stop": 875069639
        },
        {
            "start": 875069640,
            "stop": 875069661
        },
        {
            "start": 875069662,
            "stop": 875069673
        },
        {
            "start": 875069674,
            "stop": 875069681
        },
        {
            "start": 875069683,
            "stop": 875069704
        },
        {
            "start": 875069706,
            "stop": 875069761
        },
        {
            "start": 875069762,
            "stop": 875069788
        },
        {
            "start": 875069789,
            "stop": 875069843
        },
        {
            "start": 875069844,
            "stop": 875069852
        }
    ]
}