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=40673
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=40674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40672",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40673,
    "results": [
        {
            "start": 874926378,
            "stop": 874926392
        },
        {
            "start": 874926393,
            "stop": 874926394
        },
        {
            "start": 874926395,
            "stop": 874926410
        },
        {
            "start": 874926411,
            "stop": 874926416
        },
        {
            "start": 874926420,
            "stop": 874926451
        },
        {
            "start": 874926452,
            "stop": 874926486
        },
        {
            "start": 874926487,
            "stop": 874926521
        },
        {
            "start": 874926523,
            "stop": 874926532
        },
        {
            "start": 874926533,
            "stop": 874926559
        },
        {
            "start": 874926560,
            "stop": 874926602
        },
        {
            "start": 874926603,
            "stop": 874926633
        },
        {
            "start": 874926634,
            "stop": 874926639
        },
        {
            "start": 874926640,
            "stop": 874926647
        },
        {
            "start": 874926652,
            "stop": 874926655
        },
        {
            "start": 874926657,
            "stop": 874926676
        },
        {
            "start": 874926677,
            "stop": 874926686
        },
        {
            "start": 874926689,
            "stop": 874926693
        },
        {
            "start": 874926694,
            "stop": 874926695
        },
        {
            "start": 874926697,
            "stop": 874926698
        },
        {
            "start": 874926700,
            "stop": 874926719
        }
    ]
}