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=382
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=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=381",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 382,
    "results": [
        {
            "start": 825752678,
            "stop": 825752679
        },
        {
            "start": 825752684,
            "stop": 825752687
        },
        {
            "start": 825752693,
            "stop": 825752694
        },
        {
            "start": 825752701,
            "stop": 825752709
        },
        {
            "start": 825752712,
            "stop": 825752715
        },
        {
            "start": 825752721,
            "stop": 825752730
        },
        {
            "start": 825752739,
            "stop": 825752741
        },
        {
            "start": 825752744,
            "stop": 825752752
        },
        {
            "start": 825752755,
            "stop": 825752757
        },
        {
            "start": 825752760,
            "stop": 825752767
        },
        {
            "start": 825752770,
            "stop": 825752771
        },
        {
            "start": 825752774,
            "stop": 825752776
        },
        {
            "start": 825752784,
            "stop": 825752795
        },
        {
            "start": 825752798,
            "stop": 825752804
        },
        {
            "start": 825752810,
            "stop": 825752830
        },
        {
            "start": 825752833,
            "stop": 825752844
        },
        {
            "start": 825752847,
            "stop": 825752857
        },
        {
            "start": 825752860,
            "stop": 825752867
        },
        {
            "start": 825752870,
            "stop": 825752877
        },
        {
            "start": 825752880,
            "stop": 825752899
        }
    ]
}