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=40688
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=40689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40687",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40688,
    "results": [
        {
            "start": 874934359,
            "stop": 874934372
        },
        {
            "start": 874934374,
            "stop": 874934380
        },
        {
            "start": 874934381,
            "stop": 874934384
        },
        {
            "start": 874934385,
            "stop": 874934386
        },
        {
            "start": 874934388,
            "stop": 874934390
        },
        {
            "start": 874934393,
            "stop": 874934399
        },
        {
            "start": 874934400,
            "stop": 874934414
        },
        {
            "start": 874934415,
            "stop": 874934438
        },
        {
            "start": 874934439,
            "stop": 874934441
        },
        {
            "start": 874934442,
            "stop": 874934465
        },
        {
            "start": 874934466,
            "stop": 874934471
        },
        {
            "start": 874934473,
            "stop": 874934485
        },
        {
            "start": 874934487,
            "stop": 874934521
        },
        {
            "start": 874934522,
            "stop": 874934616
        },
        {
            "start": 874934617,
            "stop": 874934628
        },
        {
            "start": 874934629,
            "stop": 874934654
        },
        {
            "start": 874934655,
            "stop": 874934673
        },
        {
            "start": 874934674,
            "stop": 874934676
        },
        {
            "start": 874934677,
            "stop": 874934686
        },
        {
            "start": 874934687,
            "stop": 874934690
        }
    ]
}