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=40818
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=40819",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40817",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40818,
    "results": [
        {
            "start": 875033255,
            "stop": 875033257
        },
        {
            "start": 875033259,
            "stop": 875033280
        },
        {
            "start": 875033400,
            "stop": 875033444
        },
        {
            "start": 875033446,
            "stop": 875033487
        },
        {
            "start": 875033489,
            "stop": 875033504
        },
        {
            "start": 875033505,
            "stop": 875033508
        },
        {
            "start": 875033509,
            "stop": 875033529
        },
        {
            "start": 875033531,
            "stop": 875033538
        },
        {
            "start": 875033539,
            "stop": 875033542
        },
        {
            "start": 875033544,
            "stop": 875033545
        },
        {
            "start": 875033547,
            "stop": 875033548
        },
        {
            "start": 875033550,
            "stop": 875033572
        },
        {
            "start": 875033574,
            "stop": 875033614
        },
        {
            "start": 875033616,
            "stop": 875033618
        },
        {
            "start": 875033619,
            "stop": 875033629
        },
        {
            "start": 875033631,
            "stop": 875033667
        },
        {
            "start": 875033669,
            "stop": 875033703
        },
        {
            "start": 875033704,
            "stop": 875033742
        },
        {
            "start": 875033745,
            "stop": 875033795
        },
        {
            "start": 875033796,
            "stop": 875033828
        }
    ]
}