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=40572
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=40573",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40571",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40572,
    "results": [
        {
            "start": 874847817,
            "stop": 874847820
        },
        {
            "start": 874850701,
            "stop": 874850705
        },
        {
            "start": 874850708,
            "stop": 874850710
        },
        {
            "start": 874850711,
            "stop": 874850715
        },
        {
            "start": 874850717,
            "stop": 874850718
        },
        {
            "start": 874850719,
            "stop": 874850721
        },
        {
            "start": 874850722,
            "stop": 874850726
        },
        {
            "start": 874850727,
            "stop": 874850731
        },
        {
            "start": 874850733,
            "stop": 874850737
        },
        {
            "start": 874850738,
            "stop": 874850742
        },
        {
            "start": 874850743,
            "stop": 874850747
        },
        {
            "start": 874850749,
            "stop": 874850751
        },
        {
            "start": 874850752,
            "stop": 874850753
        },
        {
            "start": 874850754,
            "stop": 874850758
        },
        {
            "start": 874850759,
            "stop": 874850760
        },
        {
            "start": 874850880,
            "stop": 874850881
        },
        {
            "start": 874850883,
            "stop": 874850887
        },
        {
            "start": 874850888,
            "stop": 874850892
        },
        {
            "start": 874850893,
            "stop": 874850897
        },
        {
            "start": 874850899,
            "stop": 874850903
        }
    ]
}